mirror of
https://github.com/twentyhq/twenty
synced 2026-04-21 21:47:38 +00:00
* Upgrade to node 18.17.1 and regroup dependencies in root package.json * Sort package.json * Fix lint * Migrate zapier
7 lines
122 B
Docker
7 lines
122 B
Docker
FROM node:18.17.1-bullseye as twenty-dev
|
|
|
|
WORKDIR /app
|
|
|
|
RUN npx playwright install-deps
|
|
|
|
CMD ["tail", "-f", "/dev/null"]
|