mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2025-12-13 19:55:21 +00:00
Copy assets as part of npm postbuild
This commit is contained in:
@@ -11,10 +11,6 @@ RUN npm run build
|
||||
FROM node:16-slim
|
||||
|
||||
COPY --from=builder /app/dist/ /app/
|
||||
COPY --from=builder /app/package.json /app/
|
||||
COPY --from=builder /app/package-lock.json /app/
|
||||
COPY --from=builder /app/static/ /app/static/
|
||||
COPY --from=builder /app/templates/ /app/templates/
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user