Skip to content

Commit

Permalink
fix: adding playwright deps for running browser
Browse files Browse the repository at this point in the history
  • Loading branch information
brayn003 committed Apr 1, 2024
1 parent 5bd6d45 commit 640ab27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ ENV PATH="/app/.venv/bin:$PATH"
COPY --from=deps /app/app app
COPY --from=deps /app/.venv .venv
COPY .env.example .env

RUN playwright install chromium
RUN playwright install-deps

ENV UVICORN_PORT=8000 \
UVICORN_HOST=0.0.0.0
Expand Down

0 comments on commit 640ab27

Please sign in to comment.