mirror of
https://github.com/lingble/twenty.git
synced 2025-10-28 19:32:28 +00:00
* Upgrade to node 18.17.1 and regroup dependencies in root package.json * Sort package.json * Fix lint * Migrate zapier
8 lines
122 B
Docker
8 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"]
|