try tmpfs

This commit is contained in:
Colin Griffin
2023-06-11 12:14:05 -04:00
parent 1315026fb4
commit 408c36a221

View File

@@ -22,7 +22,8 @@ COPY calcom/.yarn ./.yarn
COPY calcom/apps/web ./apps/web
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 && \
yarn install && \
yarn db-deploy && \