try tmpfs
This commit is contained in:
@@ -22,7 +22,8 @@ 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 yarn config set httpTimeout 1200000 && \
|
RUN --mount=type=tmpfs,target/calcom,size=2G \
|
||||||
|
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 && \
|
||||||
|
|||||||
Reference in New Issue
Block a user