Run the actual server in the script
authorLorin Hochstein <lhochstein@netflix.com>
Tue, 24 Jan 2017 06:35:16 +0000 (22:35 -0800)
committerLorin Hochstein <lhochstein@netflix.com>
Tue, 24 Jan 2017 06:35:16 +0000 (22:35 -0800)
ch13/ansible/roles/mezzanine/files/entrypoint.sh

index 265e0c6..6f93dcf 100644 (file)
@@ -18,4 +18,5 @@ if [[ $@ == *"gunicorn"* || $@ == *"runserver"* ]]; then
        fi
 fi
 
-
+# Run the actual server
+exec "$@"