Skip to content

Commit

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

0 comments on commit c1b57b0

Please sign in to comment.