commit 5ca562c7cc660fe8ee09b3e5a3067a0d4aef633c parent dd1a92f760f8971bcb44cb0f0ae6b1fb92884c5c Author: FIGBERT <figbert@figbert.com> Date: Wed, 2 Sep 2020 22:22:36 -0700 :whale: Change serve directories in Dockerfile Diffstat:
M | Dockerfile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile @@ -11,6 +11,6 @@ RUN /bin/ash -c "echo \"http://dl-cdn.alpinelinux.org/alpine/edge/testing\" >> / FROM caddy:alpine -COPY --from=builder /home/site/public /usr/share/caddy +COPY --from=builder /home/site/public /srv COPY ./Caddyfile /etc/caddy/Caddyfile