next-playground commited on
Commit
387ac68
·
verified ·
1 Parent(s): 5feb8c3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -11,6 +11,9 @@ COPY . /app
11
  RUN pip install --no-cache-dir gunicorn
12
  RUN pip install --no-cache-dir -r requirements.txt
13
 
 
 
 
14
  # 暴露端口
15
  EXPOSE 5000
16
 
 
11
  RUN pip install --no-cache-dir gunicorn
12
  RUN pip install --no-cache-dir -r requirements.txt
13
 
14
+ # 准备文件夹
15
+ RUN mkdir separated
16
+
17
  # 暴露端口
18
  EXPOSE 5000
19