mirror of
https://github.com/QingdaoU/OnlineJudge.git
synced 2025-01-17 01:54:52 +00:00
自动创建 LOG 文件夹
This commit is contained in:
parent
348aaa53d1
commit
d94d472e21
@ -6,4 +6,5 @@ COPY . /var/oj/
|
|||||||
WORKDIR /var/oj/
|
WORKDIR /var/oj/
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
RUN mkdir LOG
|
||||||
RUN python manage.py runserver 8080
|
RUN python manage.py runserver 8080
|
||||||
|
Loading…
x
Reference in New Issue
Block a user