Create Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -6,6 +6,7 @@ COPY . .
|
|
| 6 |
|
| 7 |
RUN python -m pip install --upgrade pip
|
| 8 |
RUN pip install --no-cache-dir -r requirements.txt
|
|
|
|
| 9 |
|
| 10 |
EXPOSE 5000
|
| 11 |
|
|
|
|
| 6 |
|
| 7 |
RUN python -m pip install --upgrade pip
|
| 8 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 9 |
+
RUN playwright install chromium
|
| 10 |
|
| 11 |
EXPOSE 5000
|
| 12 |
|