Skip to content

Commit

Permalink
Add full path for the entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
bchatelard committed Nov 7, 2024
1 parent 39e90f2 commit 978878f
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 @@ -58,4 +58,4 @@ RUN chmod +x /usr/local/bin/dockerd-entrypoint.sh /usr/local/bin/docker-entrypoi

VOLUME /var/lib/docker

ENTRYPOINT ["koyeb-entrypoint.sh"]
ENTRYPOINT ["/usr/local/bin/koyeb-entrypoint.sh"]

0 comments on commit 978878f

Please sign in to comment.