Fix docker install to have all projects (#3200)

* Fix docker install to have all projects

* Fix

* Fixes
This commit is contained in:
Charles Bochet
2024-01-02 14:31:21 +01:00
committed by GitHub
parent 2204345300
commit 3d16ad8efd
4 changed files with 19 additions and 20 deletions

View File

@ -1,14 +1,6 @@
FROM node:18.16-bullseye as twenty-dev
WORKDIR /app
COPY ./package.json .
COPY ./yarn.lock .
COPY ./.yarnrc.yml .
COPY ./.yarn/releases /app/.yarn/releases
COPY ./packages/twenty-front/package.json /app/packages/twenty-front/package.json
COPY ./packages/twenty-server/package.json /app/packages/twenty-server/package.json
COPY ./packages/twenty-server/patches /app/packages/twenty-server/patches
COPY ./packages/eslint-plugin-twenty/package.json /app/packages/eslint-plugin-twenty/package.json
RUN npx playwright install-deps