Fix the nginx startup error message

This commit is contained in:
Joseph Schorr 2015-03-03 18:17:05 -05:00
parent b2d89f406b
commit 9e61668c34

View file

@ -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