Skip to content

Commit

Permalink
Fix Entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
rucciva authored Oct 4, 2024
1 parent d9a0aea commit 76822bd
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 @@ -28,4 +28,4 @@ FROM scratch AS final

COPY --from=final-debug /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
ENTRYPOINT [/usr/bin/caddy]
ENTRYPOINT ["/usr/bin/caddy"]

0 comments on commit 76822bd

Please sign in to comment.