1 Star 0 Fork 373

agul / walle-web

forked from wushuiyong / walle-web 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
Dockerfile 280 Bytes
Copy Edit Raw Blame History
Alenx authored 2019-02-26 16:20 . update docker-compose
FROM python:2.7
MAINTAINER from Alenx<alenx.hai@live.com>
RUN mkdir /opt/walle-web && mkdir -p /data/walle
ADD ./requirements/prod.txt /usr/app/
RUN pip install -r /usr/app/prod.txt -i https://mirrors.aliyun.com/pypi/simple
VOLUME /root/.ssh/
EXPOSE 5000
CMD ["/bin/bash"]
Python
1
https://gitee.com/agul12138/walle-web.git
git@gitee.com:agul12138/walle-web.git
agul12138
walle-web
walle-web
master

Search