dragg2 commited on
Commit
9c63c3d
·
verified ·
1 Parent(s): 3a04f21

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +13 -13
Dockerfile CHANGED
@@ -1,13 +1,13 @@
1
- FROM python:3.11-slim
2
-
3
- WORKDIR /app
4
-
5
- COPY requirements.txt .
6
- RUN pip install --no-cache-dir --root-user-action=ignore -r requirements.txt
7
- RUN playwright install --with-deps chromium
8
-
9
- COPY . .
10
-
11
- EXPOSE 8000
12
-
13
- CMD ["python", "main.py"]
 
1
+ FROM python:3.11-slim
2
+
3
+ WORKDIR /app
4
+
5
+ COPY requirements.txt .
6
+ RUN pip install --no-cache-dir --root-user-action=ignore -r requirements.txt
7
+ RUN playwright install --with-deps chromium
8
+
9
+ COPY . .
10
+
11
+ EXPOSE 7860
12
+
13
+ CMD ["python", "main.py"]