mirror of
https://github.com/twentyhq/twenty
synced 2026-04-27 08:27:51 +00:00
7 lines
120 B
Docker
7 lines
120 B
Docker
FROM node:18.16-bullseye as twenty-dev
|
|
|
|
WORKDIR /app
|
|
|
|
RUN npx playwright install-deps
|
|
|
|
CMD ["tail", "-f", "/dev/null"]
|