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