Skip to content

Commit

Permalink
Add port for the Frontend service. (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
zboralski committed Feb 21, 2023
1 parent dd12486 commit 2a7780d
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 @@ -24,6 +24,7 @@ WORKDIR /etc/temporal
COPY --from=temporal-cli-builder /home/temporal-cli-builder/temporal /usr/local/bin

EXPOSE 7233
EXPOSE 8233

# Keep the container running.
ENTRYPOINT ["/temporal", "server", "start-dev", "-n", "default", "--ip" , "0.0.0.0"]

0 comments on commit 2a7780d

Please sign in to comment.