diff --git a/build/Dockerfile b/build/Dockerfile index 0bd4cef..c1ce97c 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -23,7 +23,7 @@ WORKDIR / COPY --from=builder /app/home /home -VOLUME ["/content", "/theme"] +VOLUME ["/content", "/theme", "/static"] EXPOSE 3000