Fix the nginx startup error message
This commit is contained in:
parent
b2d89f406b
commit
9e61668c34
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ ADD conf/init/buildmanager /etc/service/buildmanager
|
|||
# Download any external libs.
|
||||
RUN mkdir static/fonts static/ldn
|
||||
RUN venv/bin/python -m external_libraries
|
||||
RUN mkdir /usr/local/nginx/logs/
|
||||
|
||||
# Run the tests
|
||||
RUN TEST=true venv/bin/python -m unittest discover -f
|
||||
|
|
Reference in a new issue