diff --git a/boot.sh b/boot.sh index e862462a..c533b90f 100644 --- a/boot.sh +++ b/boot.sh @@ -8,4 +8,4 @@ echo "Done" chmod -R 755 /opt/recipes/mediafiles -exec gunicorn -b :8080 --access-logfile - --error-logfile - recipes.wsgi \ No newline at end of file +exec gunicorn -b :8080 --access-logfile - --error-logfile ./gunicorn-error.log recipes.wsgi \ No newline at end of file