Added the static folder
This commit is contained in:
parent
0652c9c694
commit
38ab83f9f0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user