Skip to content

Commit

Permalink
Update Caddy.Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <[email protected]>
  • Loading branch information
Zoey2936 authored Dec 9, 2023
1 parent 388099d commit 8c75583
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Caddy.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
FROM caddy:2.7.6
FROM caddy:2.7.6 as caddy

FROM alpine:3.19.0
RUN apk add --no-cache ca-certificates tzdata
COPY --from=caddy /usr/bin/caddy /usr/bin/caddy
COPY Caddyfile /etc/caddy/Caddyfile

0 comments on commit 8c75583

Please sign in to comment.