Skip to content

Commit

Permalink
fix dockerfile entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
StudioEtrange committed Dec 3, 2021
1 parent 204bfd5 commit c64fda9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ COPY --from=build /out/serialize-env-json /serialize-env-json.exe
FROM bin-${TARGETOS} as bin


CMD ["/serialize-env-json"]
ENTRYPOINT [ "/serialize-env-json" ]

CMD [ "/serialize-env-json" ]

0 comments on commit c64fda9

Please # to comment.