Pubgbc9799 commited on
Commit
7b784c9
·
verified ·
1 Parent(s): e180ad7

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.40.0-jammy
2
  WORKDIR /app
3
- COPY requirements.txt .
4
  RUN pip install --no-cache-dir -r requirements.txt
5
  RUN playwright install chromium
6
  RUN playwright install-deps chromium
7
- COPY . .
8
  CMD ["python", "app.py"]
 
1
  FROM mcr.microsoft.com/playwright/python:v1.40.0-jammy
2
  WORKDIR /app
3
+ COPY . .
4
  RUN pip install --no-cache-dir -r requirements.txt
5
  RUN playwright install chromium
6
  RUN playwright install-deps chromium
7
+ EXPOSE 7860
8
  CMD ["python", "app.py"]