Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/somehow22/packages
Browse files Browse the repository at this point in the history
  • Loading branch information
liuwen committed Oct 26, 2024
2 parents 6fa0a1e + 9398113 commit 210cdcc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion caddy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Update 241004
FROM --platform=$BUILDPLATFORM caddy:2.8.4-builder-alpine AS builder

ARG TARGETPLATFORM
Expand All @@ -19,4 +20,4 @@ EXPOSE 80 443 2019
VOLUME /config
WORKDIR /srv

CMD ["caddy", "run", "--config", "/etc/caddy/Caddyfile", "--adapter", "caddyfile"]
CMD ["caddy", "run", "--config", "/etc/caddy/Caddyfile", "--adapter", "caddyfile"]

0 comments on commit 210cdcc

Please sign in to comment.