Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6 from CastyLab/develop
Browse files Browse the repository at this point in the history
Update dockerfile to use ENTRYPOINT
  • Loading branch information
mrjosh authored Sep 9, 2020
2 parents daf319f + 976064d commit 59ccaee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ RUN go build -o movie.night.api.server .

EXPOSE 9002

CMD ["./movie.night.api.server"]
ENTRYPOINT ["./movie.night.api.server"]
CMD ["--port", "9002"]

0 comments on commit 59ccaee

Please # to comment.