add yarn timeout config for arm64 emulator help

This commit is contained in:
Colin Griffin
2022-07-26 10:10:11 -04:00
parent 35cdfa1d5a
commit 8b23568c4b

View File

@@ -23,7 +23,8 @@ COPY calcom/package.json calcom/yarn.lock calcom/turbo.json ./
COPY calcom/apps/web ./apps/web
COPY calcom/packages ./packages
RUN yarn install --frozen-lockfile
RUN yarn config set network-timeout 1000000000 -g && \
yarn install --frozen-lockfile
RUN yarn build