mirror of
https://github.com/Afilmory/afilmory
synced 2026-04-24 23:05:05 +00:00
@@ -22,7 +22,7 @@ COPY . .
|
||||
|
||||
RUN pnpm install --filter core... --filter '@afilmory/web...' --filter '@afilmory/dashboard...' --frozen-lockfile
|
||||
RUN pnpm --filter @afilmory/web build:serve & \
|
||||
pnpm --filter @afilmory/dashboard build & \
|
||||
pnpm --filter @afilmory/dashboard build:prod:saas & \
|
||||
pnpm --filter core build & \
|
||||
wait
|
||||
RUN mkdir -p be/apps/core/dist/static/web && cp -r apps/web/dist/* be/apps/core/dist/static/web/
|
||||
|
||||
Reference in New Issue
Block a user