Fix server deploy (#4509)

* Fix server deployment broken by nx

* Fix server deployment broken by nx

* Fix server deployment broken by nx

* Fix

* Fix

* Fix

* Fix
This commit is contained in:
Charles Bochet
2024-03-15 21:15:14 +01:00
committed by GitHub
parent dc9b84114a
commit e0ae12ffa1
2 changed files with 17 additions and 18 deletions

View File

@ -6,7 +6,6 @@ COPY ./package.json .
COPY ./yarn.lock .
COPY ./.yarnrc.yml .
COPY ./tsconfig.base.json .
COPY ./nx.json .
COPY ./.yarn/releases /app/.yarn/releases
COPY ./packages/twenty-emails /app/packages/twenty-emails
COPY ./packages/twenty-server /app/packages/twenty-server