1 Star 0 Fork 1

source/swu-qdoj

forked from sunist/swu-qdoj 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 607 Bytes
一键复制 编辑 原始数据 按行查看 历史
virusdefender 提交于 2019-03-11 17:44 . 升级为 Python 3.7
FROM python:3.7-alpine3.9
ENV OJ_ENV production
ADD . /app
WORKDIR /app
HEALTHCHECK --interval=5s --retries=3 CMD python2 /app/deploy/health_check.py
RUN apk add --update --no-cache build-base nginx openssl curl unzip supervisor jpeg-dev zlib-dev postgresql-dev freetype-dev && \
pip install --no-cache-dir -r /app/deploy/requirements.txt && \
apk del build-base --purge
RUN curl -L $(curl -s https://api.github.com/repos/QingdaoU/OnlineJudgeFE/releases/latest | grep /dist.zip | cut -d '"' -f 4) -o dist.zip && \
unzip dist.zip && \
rm dist.zip
ENTRYPOINT /app/deploy/entrypoint.sh
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fjsource/swu-qdoj.git
[email protected]:fjsource/swu-qdoj.git
fjsource
swu-qdoj
swu-qdoj
master

搜索帮助