Fix docker install to have all projects (#3200)
* Fix docker install to have all projects * Fix * Fixes
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user