We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
豆瓣源换doubanio.com了,要换一下Dockerfile的链接
No response
The text was updated successfully, but these errors were encountered:
新的Dockerfile
FROM python:3 # 复制项目文件到容器中 COPY . /app # 设置工作目录为项目目录 WORKDIR /app # 安装项目依赖项 RUN pip install -r requirements.txt -i http://pypi.doubanio.com/simple --trusted-host pypi.doubanio.com # 运行docker run命令 CMD python main.py
Sorry, something went wrong.
No branches or pull requests
描述
豆瓣源换doubanio.com了,要换一下Dockerfile的链接
举例(可选)
No response
动机
No response
The text was updated successfully, but these errors were encountered: