next-playground commited on
Commit
ca80dae
·
verified ·
1 Parent(s): e87bba9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ WORKDIR /app
8
  COPY . /app
9
 
10
  # 安装依赖
11
- CMD pip install --no-cache-dir -r requirements.txt
12
 
13
  # 暴露端口
14
  EXPOSE 5000
 
8
  COPY . /app
9
 
10
  # 安装依赖
11
+ RUN pip install --no-cache-dir -r requirements.txt
12
 
13
  # 暴露端口
14
  EXPOSE 5000