Skip to content

Commit

Permalink
chore(#7): Removed -p parameter as it doesn't seem to exist (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
snovak7 committed Jun 1, 2024
1 parent ac80124 commit f6c6d90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM temporalio/admin-tools:1.23
EXPOSE 7233
EXPOSE 8233
ENTRYPOINT ["/usr/local/bin/temporal", "server", "start-dev", "-p", "7233", "--ip", "0.0.0.0"]
ENTRYPOINT ["/usr/local/bin/temporal", "server", "start-dev", "--ip", "0.0.0.0"]
2 changes: 1 addition & 1 deletion Dockerfile.gha
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM temporalio/admin-tools:1.23
EXPOSE 7233
ENTRYPOINT ["/usr/local/bin/temporal", "server", "start-dev", "-p", "7233", "--ip", "0.0.0.0"]
ENTRYPOINT ["/usr/local/bin/temporal", "server", "start-dev", "--ip", "0.0.0.0"]
CMD ["--namespace", "test"]

0 comments on commit f6c6d90

Please sign in to comment.