fix
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
|
@@ -52,8 +52,7 @@ COPY requirements.txt .
|
|
| 52 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 53 |
|
| 54 |
# 安装playwright浏览器
|
| 55 |
-
RUN playwright install
|
| 56 |
-
RUN playwright install-deps chromium
|
| 57 |
|
| 58 |
# 复制应用代码
|
| 59 |
COPY . .
|
|
|
|
| 52 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 53 |
|
| 54 |
# 安装playwright浏览器
|
| 55 |
+
RUN playwright install
|
|
|
|
| 56 |
|
| 57 |
# 复制应用代码
|
| 58 |
COPY . .
|