41 Star 119 Fork 40

wilean/oms

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 581 Bytes
一键复制 编辑 原始数据 按行查看 历史
wilean 提交于 2017-04-21 21:35 . support docker
FROM alpine
MAINTAINER wilean <roguo.wei@gmail.com>
RUN apk add --update openssh python3 sshpass py-mysqldb py-psutil py-crypto && \
rm -rf /var/cache/apk/*
COPY . /oms
WORKDIR /oms
#apk add curl
#curl -O https://bootstrap.pypa.io/get-pip.py
#python3 get-pip.py
#rm get-pip.py
RUN python3 /oms/install/docker/get-pip.py && \
pip install -r /oms/install/docker/piprequires.txt && \
rm -rf /oms/docs && \
rm -rf /oms/.git && \
rm -rf /oms/.gitosc && \
chmod -R 777 /oms
VOLUME /data
EXPOSE 80 22
ENTRYPOINT ["python3", "manage.py", "runserver", "0.0.0.0:80"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/roguo/oms.git
git@gitee.com:roguo/oms.git
roguo
oms
oms
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385