fix(docker): replace pnpm deploy --legacy with --shamefully-hoist to fix ENOENT bin symlink error
All checks were successful
Build and Deploy / deploy (push) Successful in 1m19s
All checks were successful
Build and Deploy / deploy (push) Successful in 1m19s
This commit is contained in:
@@ -44,7 +44,7 @@ COPY backend/ ./backend/
|
|||||||
RUN cd backend && pnpm run build
|
RUN cd backend && pnpm run build
|
||||||
|
|
||||||
# Deploy with production deps only (pnpm workspace isolation)
|
# Deploy with production deps only (pnpm workspace isolation)
|
||||||
RUN pnpm --filter backend deploy --prod --legacy /app/backend-prod
|
RUN pnpm --filter backend deploy --prod --shamefully-hoist /app/backend-prod
|
||||||
|
|
||||||
# =========================
|
# =========================
|
||||||
# Stage 3: Production Runtime
|
# Stage 3: Production Runtime
|
||||||
|
|||||||
Reference in New Issue
Block a user