diff --git a/Dockerfile b/Dockerfile index 2023f33..5980b51 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,5 +18,6 @@ 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 +COPY --from=builder /app/server ./server EXPOSE 5000 CMD ["node", "dist/index.cjs"]