Changed Dockerfile

This commit is contained in:
Jose Selesan
2026-04-10 23:11:32 -03:00
parent 91dfdce66d
commit 566291fb43

View File

@@ -52,7 +52,7 @@ WORKDIR /app
ENV NODE_ENV=production HOST=0.0.0.0 PORT=3000 ENV NODE_ENV=production HOST=0.0.0.0 PORT=3000
COPY --from=deps-backend /app/node_modules ./node_modules COPY --from=deps-backend /app/node_modules ./node_modules
COPY --from=build-frontend /app/apps/frontend/dist ./apps/frontend/dist COPY --from=build-frontend /app/apps/frontend/dist ./apps/backend/public
COPY --from=build-backend /app/apps/backend ./apps/backend COPY --from=build-backend /app/apps/backend ./apps/backend
COPY --from=build-backend /app/packages ./packages COPY --from=build-backend /app/packages ./packages
COPY package.json ./ COPY package.json ./