Fix Continuous Deployment script after adding twenty-emails package (#3589)

* Fix cd

* Fix server

* Fix server

* Fix server

* Fix server

* Fix

* Fix docs

* Fix
This commit is contained in:
Charles Bochet
2024-01-23 12:30:03 +01:00
committed by GitHub
parent 096f005562
commit 3f0743493b
5 changed files with 24 additions and 5 deletions

View File

@ -9,7 +9,8 @@ COPY ./yarn.lock .
COPY ./.yarnrc.yml .
COPY ./.yarn/releases /app/.yarn/releases
COPY ./packages/twenty-docs/package.json /app/packages/twenty-docs/package.json
RUN yarn
COPY ./packages/twenty-emails /app/packages/twenty-emails
RUN yarn
COPY ./packages/twenty-docs /app/packages/twenty-docs
RUN yarn nx build twenty-docs