From f8a6580444b7446918294d3d6bbd9c7acf9eed3d Mon Sep 17 00:00:00 2001 From: Maxim Lebedev Date: Mon, 13 Nov 2023 07:15:59 +0600 Subject: [PATCH] :whale: Expose default static directory --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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