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