next-playground commited on
Commit
5cdd4f4
·
verified ·
1 Parent(s): d7e62a3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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