test tmpfs for build
This commit is contained in:
@@ -22,14 +22,14 @@ COPY calcom/.yarn ./.yarn
|
|||||||
COPY calcom/apps/web ./apps/web
|
COPY calcom/apps/web ./apps/web
|
||||||
COPY calcom/packages ./packages
|
COPY calcom/packages ./packages
|
||||||
|
|
||||||
RUN --mount=type=tmpfs,target/calcom,size=2G \
|
RUN yarn config set httpTimeout 1200000 && \
|
||||||
yarn config set httpTimeout 1200000 && \
|
|
||||||
npx turbo prune --scope=@calcom/web --docker && \
|
npx turbo prune --scope=@calcom/web --docker && \
|
||||||
yarn install && \
|
yarn install && \
|
||||||
yarn db-deploy && \
|
yarn db-deploy && \
|
||||||
yarn --cwd packages/prisma seed-app-store
|
yarn --cwd packages/prisma seed-app-store
|
||||||
|
|
||||||
RUN yarn turbo run build --filter=@calcom/web
|
RUN --mount=type=tmpfs,destination=/tmp \
|
||||||
|
yarn turbo run build --filter=@calcom/web
|
||||||
|
|
||||||
# RUN yarn plugin import workspace-tools && \
|
# RUN yarn plugin import workspace-tools && \
|
||||||
# yarn workspaces focus --all --production
|
# yarn workspaces focus --all --production
|
||||||
|
|||||||
Reference in New Issue
Block a user