Update Dockerfile

且听风吟 5 years ago committed by GitHub
parent 8a818d78d3
commit 2758f59aaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,4 +7,4 @@ ADD requirements.txt requirements.txt
RUN pip install -Ur requirements.txt -i https://mirrors.aliyun.com/pypi/simple && \
pip install gunicorn[gevent] -i https://mirrors.aliyun.com/pypi/simple
ADD . .
#ENTRYPOINT ["/code/DjangoBlog/bin/docker_start.sh"]
ENTRYPOINT ["/code/DjangoBlog/bin/docker_start.sh"]

Loading…
Cancel
Save