Dockerfile: copy client/public and attached_assets to runtime
This commit is contained in:
parent
ede172d2f8
commit
c8b0989d4c
@ -16,5 +16,7 @@ ENV NODE_ENV=production
|
||||
COPY package*.json ./
|
||||
COPY --from=builder /app/node_modules ./node_modules
|
||||
COPY --from=builder /app/dist ./dist
|
||||
COPY --from=builder /app/client/public ./client/public
|
||||
COPY --from=builder /app/attached_assets ./attached_assets
|
||||
EXPOSE 5000
|
||||
CMD ["node", "dist/index.cjs"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user