Skip to content

Commit

Permalink
feat: use exec when calling entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmahidalgo committed Nov 11, 2024
1 parent b64e513 commit ba95d79
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 @@ -49,4 +49,4 @@ RUN touch /squid/.env
# Entry point script
ADD entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["exec", "/entrypoint.sh"]

0 comments on commit ba95d79

Please sign in to comment.