Skip to content

Commit

Permalink
fix entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
nmasse-itix committed Nov 27, 2021
1 parent ae66f5e commit 1f1f839
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ FROM scratch
ARG BUILT_ARTIFACT
ADD "$BUILT_ARTIFACT" /
EXPOSE 8080
ENTRYPOINT /photo-bot
ENTRYPOINT [ "/photo-bot" ]
CMD []

0 comments on commit 1f1f839

Please sign in to comment.