mirror of
https://github.com/QingdaoU/OnlineJudge.git
synced 2024-12-28 16:12:13 +00:00
更换 docker 环境
This commit is contained in:
parent
d2c19e91d4
commit
a039ff333d
@ -1,4 +1,8 @@
|
||||
FROM python:2.7
|
||||
FROM ubuntu
|
||||
RUN apt-get update
|
||||
RUN apt-get -y install software-properties-common python-software-properties
|
||||
RUN apt-get -y install python
|
||||
RUN apt-get -y install python-pip
|
||||
ENV PYTHONUNBUFFERED 1
|
||||
ENV oj_env daocloud
|
||||
RUN mkdir /var/oj
|
||||
@ -7,3 +11,4 @@ WORKDIR /var/oj/
|
||||
RUN pip install -r requirements.txt
|
||||
EXPOSE 8080
|
||||
RUN mkdir LOG
|
||||
CMD python manage.py runserver 8080
|
||||
|
Loading…
Reference in New Issue
Block a user