smgc commited on
Commit
a8a4ce9
1 Parent(s): 2d22bdc

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
- RUN pip install --no-cache-dir aioflask python-socketio aiohttp aiohttp_socks requests websocket-client
12
 
13
  # 让端口 8081 可以从容器外部访问
14
  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