修改 dockerfile

This commit is contained in:
virusdefender
2015-08-02 11:07:08 +08:00
parent d94d472e21
commit d2c19e91d4
2 changed files with 1 additions and 1 deletions

View File

@@ -7,4 +7,3 @@ WORKDIR /var/oj/
RUN pip install -r requirements.txt RUN pip install -r requirements.txt
EXPOSE 8080 EXPOSE 8080
RUN mkdir LOG RUN mkdir LOG
RUN python manage.py runserver 8080

View File

@@ -5,3 +5,4 @@ django-redis-sessions
djangorestframework djangorestframework
django-rest-swagger django-rest-swagger
celery celery
gunicorn