Fix backend builder on Dockerfile

This commit is contained in:
LukeGus
2025-09-10 20:51:48 -05:00
parent 9395c6c307
commit 60f7b7f119

View File

@@ -23,7 +23,7 @@ WORKDIR /app
COPY . .
RUN npm run build:backend
RUN npm run dev:backend
# Stage 4: Production dependencies
FROM node:24-alpine AS production-deps