Merge pull request #261 from bjwswang/patch-1

fix typo in Dockerfile
master
netdrop 5 years ago committed by GitHub
commit 51fe70c905
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,7 +5,7 @@ ADD ./ /code
# 设置code文件夹是工作目录
WORKDIR /code
# 安装支持
RUN pip install -r requirement.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
RUN pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
#当容器启动时使用python3执行指定路径的py脚本
CMD ["python", "/code/WebAPI.py"]

Loading…
Cancel
Save