Skip to content

Commit 0ac2096

Browse files
enhancement: added start command in the entrypoint
1 parent d33e7df commit 0ac2096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ RUN go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
7070
EXPOSE 8080
7171
EXPOSE 50051
7272
# Container start command for production
73-
ENTRYPOINT ["/compage"]
73+
ENTRYPOINT ["/compage", "start"]

0 commit comments

Comments
 (0)