Skip to content

Commit

Permalink
Explicitly start with Caddyfile
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbjeldbak committed Nov 27, 2023
1 parent 47e8b84 commit 263cd43
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 @@ -56,4 +56,4 @@ RUN chmod +x /usr/bin/entrypoint.sh
COPY Caddyfile /var/www/html/

ENTRYPOINT ["entrypoint.sh"]
CMD ["caddy", "run"]
CMD ["caddy", "run", "-c", "/var/www/html/Caddyfile"]

0 comments on commit 263cd43

Please sign in to comment.