Skip to content

Commit

Permalink
enhancement: added start command in the entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mahendraintelops committed May 3, 2024
1 parent d33e7df commit 0ac2096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ RUN go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
EXPOSE 8080
EXPOSE 50051
# Container start command for production
ENTRYPOINT ["/compage"]
ENTRYPOINT ["/compage", "start"]

0 comments on commit 0ac2096

Please sign in to comment.