Skip to content

Commit

Permalink
Merge 2ff0120 into 80a691b
Browse files Browse the repository at this point in the history
  • Loading branch information
halkeye committed Oct 17, 2019
2 parents 80a691b + 2ff0120 commit 597bf20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion base/gunicorn_start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ exec gunicorn ${DJANGO_WSGI_MODULE}:application \
--name $NAME \
--workers $NUM_WORKERS \
--user=$USER --group=$GROUP \
--bind=$API_URL
--bind=$API_URL $@
2 changes: 1 addition & 1 deletion base/prod-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
/code/manage.py collectstatic --no-input

# Start up gunicorn
/code/base/gunicorn_start.sh
exec /code/base/gunicorn_start.sh $@

0 comments on commit 597bf20

Please sign in to comment.