gnilets commited on
Commit
cbf041c
·
verified ·
1 Parent(s): 8bc3df3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,8 +1,8 @@
1
  FROM mcr.microsoft.com/playwright/python:v1.47.0-noble
2
  WORKDIR /code
3
  RUN chmod 777 /code
4
- RUN pip install playwright apscheduler fastapi httpx python-multipart uvicorn
5
  RUN mkdir -p /.cache && chmod 777 /.cache
6
- RUN playwright install --with-deps chromium
7
  COPY . .
8
  CMD ["python", "/code/app.py"]
 
1
  FROM mcr.microsoft.com/playwright/python:v1.47.0-noble
2
  WORKDIR /code
3
  RUN chmod 777 /code
4
+ RUN pip install patchright apscheduler fastapi httpx python-multipart uvicorn
5
  RUN mkdir -p /.cache && chmod 777 /.cache
6
+ RUN patchright install --with-deps chromium
7
  COPY . .
8
  CMD ["python", "/code/app.py"]