Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
Expose Panel port 8233 (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbpolito committed Nov 4, 2022
1 parent 93862e5 commit 13e73ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ FROM gcr.io/distroless/base-debian11

COPY --from=builder ${GOPATH:-/go}/bin/temporalite /
EXPOSE 7233
EXPOSE 8233

ENTRYPOINT ["/temporalite", "start", "--ephemeral", "-n", "default", "--ip" , "0.0.0.0"]

0 comments on commit 13e73ae

Please sign in to comment.