add preinstall script dependencies

recent changes in the main repository added a `preinstall` step:

8d078564dd

these scripts need to be in the container in order for turbo to properly
run all steps without error. without them, the build step will error,
complaining about a missing `.git-init.sh` script
This commit is contained in:
eleith
2023-01-21 12:28:54 -08:00
parent 75a2a93185
commit ea2486a36a

View File

@@ -16,7 +16,7 @@ ENV NEXT_PUBLIC_WEBAPP_URL=http://NEXT_PUBLIC_WEBAPP_URL_PLACEHOLDER \
CALENDSO_ENCRYPTION_KEY=${CALENDSO_ENCRYPTION_KEY} \
NODE_OPTIONS=--max-old-space-size=${MAX_OLD_SPACE_SIZE}
COPY calcom/package.json calcom/yarn.lock calcom/turbo.json ./
COPY calcom/package.json calcom/yarn.lock calcom/turbo.json calcom/git-init.sh calcom/git-setup.sh ./
COPY calcom/apps/web ./apps/web
COPY calcom/packages ./packages