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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -10,6 +10,8 @@ COPY . /app
10
  # 安装依赖
11
  RUN pip install --no-cache-dir flask python-socketio aiohttp aiohttp_socks requests websocket-client nltk
12
 
 
 
13
  # 让端口 8081 可以从容器外部访问
14
  EXPOSE 8081
15
 
 
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
17