fix typo in Dockerfile

master
bjwswang 5 years ago committed by GitHub
parent a507ff861b
commit f6afad5270
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