FROM node:18.16-bullseye as twenty-dev WORKDIR /app RUN npx playwright install-deps CMD ["tail", "-f", "/dev/null"]