diff --git a/Dockerfile b/Dockerfile index bcba6f1..2023f33 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]