Added the static folder

This commit is contained in:
Amritanshu Agrawal 2024-10-14 11:13:49 +05:30
parent 0652c9c694
commit 38ab83f9f0

View File

@ -43,6 +43,7 @@ RUN apk add --no-cache python3 && \
fi fi
COPY --from=builder /app/dist ./ COPY --from=builder /app/dist ./
COPY --from=builder /app/static ./static
COPY medusa-config.js develop.sh tsconfig.json ./ COPY medusa-config.js develop.sh tsconfig.json ./
EXPOSE 9000 EXPOSE 9000