diff --git a/Dockerfile b/Dockerfile index 08b8633..c1b284a 100755 --- a/Dockerfile +++ b/Dockerfile @@ -5,5 +5,5 @@ RUN pip install --no-cache-dir -r ./requirements.txt RUN zensical build FROM caddy:alpine -COPY --from=builder /app/site /usr/share/caddy +COPY --from=builder /app/deploy /usr/share/caddy EXPOSE 80