update Dockerfile

This commit is contained in:
Amruth Pillai
2022-08-22 12:17:41 +02:00
parent bf956fe18c
commit 77b1c5b536
2 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,7 @@ RUN apt-get update \
COPY --from=builder /app/package.json /app/pnpm-*.yaml /app/turbo.json ./
COPY --from=builder /app/server/package.json ./server/package.json
RUN npx playwright install --with-deps chromium
RUN pnpm dlx playwright install --with-deps chromium
RUN pnpm install --filter server --prod --frozen-lockfile --workspace-root
COPY --from=builder /app/server/dist ./server/dist