JerryZhouYG commited on
Commit
5070915
·
verified ·
1 Parent(s): 992e07a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -11,5 +11,5 @@ RUN pip install flask
11
 
12
  # 修改启动脚本,添加 FLASK 服务器
13
  RUN chmod -R 777 ./data && \
14
- sed -i "1r sync_data.sh" ./start.sh && \
15
- echo "python3 server.py &" >> ./start.sh
 
11
 
12
  # 修改启动脚本,添加 FLASK 服务器
13
  RUN chmod -R 777 ./data && \
14
+ echo "python3 server.py &" >> ./start.sh
15
+ sed -i "1r sync_data.sh" ./start.sh && \