add /tls volume to Dockerfile
This commit is contained in:
parent
c67fe08a33
commit
6d7d641bc2
@ -12,3 +12,5 @@ RUN hugo --minify build
|
||||
FROM docker.io/caddy:${CADDY_VERSION}
|
||||
COPY Caddyfile /etc/caddy/Caddyfile
|
||||
COPY --from=builder /project/public /srv
|
||||
# tls.crt and tls.key should be mounted here at runtime.
|
||||
VOLUME /tls
|
||||
|
Loading…
x
Reference in New Issue
Block a user