fix: crear directorio apps/backend en frontend-build stage para que Vite pueda escribir el build
This commit is contained in:
@@ -14,7 +14,7 @@ WORKDIR /app
|
||||
COPY apps/frontend/ apps/frontend/
|
||||
COPY packages/common/ packages/common/
|
||||
|
||||
RUN bun run --cwd apps/frontend build
|
||||
RUN mkdir -p apps/backend && bun run --cwd apps/frontend build
|
||||
|
||||
FROM deps AS backend-build
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user