Release: CI/CD Pipeline & Architecture Updates #177
@@ -47,6 +47,9 @@ ENV NEXT_PUBLIC_API_URL=${NEXT_PUBLIC_API_URL}
|
|||||||
# This ensures @mosaic/shared and @mosaic/ui are built first
|
# This ensures @mosaic/shared and @mosaic/ui are built first
|
||||||
RUN pnpm turbo build --filter=@mosaic/web
|
RUN pnpm turbo build --filter=@mosaic/web
|
||||||
|
|
||||||
|
# Ensure public directory exists (may be empty)
|
||||||
|
RUN mkdir -p ./apps/web/public
|
||||||
|
|
||||||
# ======================
|
# ======================
|
||||||
# Production stage
|
# Production stage
|
||||||
# ======================
|
# ======================
|
||||||
|
|||||||
Reference in New Issue
Block a user