1 Star 0 Fork 40

ycsit/oms

forked from wilean/oms 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 581 Bytes
一键复制 编辑 原始数据 按行查看 历史
wilean 提交于 2017-04-21 21:35 . support docker
FROM alpine
MAINTAINER wilean <[email protected]>
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"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/ycsit/oms.git
[email protected]:ycsit/oms.git
ycsit
oms
oms
master

搜索帮助