smgc commited on
Commit
cb384d1
1 Parent(s): 980c51a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -3
Dockerfile CHANGED
@@ -8,9 +8,7 @@ WORKDIR /app
8
  COPY . /app
9
 
10
  # 安装依赖
11
- RUN pip install --no-cache-dir flask python-socketio aiohttp aiohttp_socks requests websocket-client nltk
12
-
13
- RUN chmod 777 -R /app
14
 
15
  # 让端口 8081 可以从容器外部访问
16
  EXPOSE 8081
 
8
  COPY . /app
9
 
10
  # 安装依赖
11
+ RUN pip install --no-cache-dir flask python-socketio aiohttp aiohttp_socks requests websocket-client
 
 
12
 
13
  # 让端口 8081 可以从容器外部访问
14
  EXPOSE 8081