Skip to content

Commit f6c6d90

Browse files
authored
chore(#7): Removed -p parameter as it doesn't seem to exist (#8)
1 parent ac80124 commit f6c6d90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
FROM temporalio/admin-tools:1.23
22
EXPOSE 7233
33
EXPOSE 8233
4-
ENTRYPOINT ["/usr/local/bin/temporal", "server", "start-dev", "-p", "7233", "--ip", "0.0.0.0"]
4+
ENTRYPOINT ["/usr/local/bin/temporal", "server", "start-dev", "--ip", "0.0.0.0"]

Dockerfile.gha

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
FROM temporalio/admin-tools:1.23
22
EXPOSE 7233
3-
ENTRYPOINT ["/usr/local/bin/temporal", "server", "start-dev", "-p", "7233", "--ip", "0.0.0.0"]
3+
ENTRYPOINT ["/usr/local/bin/temporal", "server", "start-dev", "--ip", "0.0.0.0"]
44
CMD ["--namespace", "test"]

0 commit comments

Comments
 (0)