自动创建 LOG 文件夹
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user