Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -10,6 +10,7 @@ COPY . /app
|
|
10 |
# 安装依赖
|
11 |
RUN pip install --no-cache-dir gunicorn
|
12 |
RUN pip install --no-cache-dir -r requirements.txt
|
|
|
13 |
|
14 |
# 暴露端口
|
15 |
EXPOSE 5000
|
|
|
10 |
# 安装依赖
|
11 |
RUN pip install --no-cache-dir gunicorn
|
12 |
RUN pip install --no-cache-dir -r requirements.txt
|
13 |
+
RUN pip install --no-cache-dir flask
|
14 |
|
15 |
# 暴露端口
|
16 |
EXPOSE 5000
|