From 38ab83f9f0b981ad29a98bec9417a1e9623f70af Mon Sep 17 00:00:00 2001 From: Amritanshu Date: Mon, 14 Oct 2024 11:13:49 +0530 Subject: [PATCH] Added the static folder --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 0c4b1d7..ff967fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,6 +43,7 @@ RUN apk add --no-cache python3 && \ fi COPY --from=builder /app/dist ./ +COPY --from=builder /app/static ./static COPY medusa-config.js develop.sh tsconfig.json ./ EXPOSE 9000