Skip to content

Commit

Permalink
Small fixes for pods (bcgov#1575)
Browse files Browse the repository at this point in the history
  • Loading branch information
seeker25 authored Jun 18, 2024
1 parent 7b338ac commit 76b0987
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bcol-api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ USER web
FROM development_build AS production_build
COPY --chown=web:web . /code

CMD gunicorn --bind 0.0.0.0:${PORT} --config /code/gunicorn_config.py wsgi:app
CMD gunicorn --bind 0.0.0.0:${PORT} --config /code/gunicorn_config.py wsgi:application
2 changes: 1 addition & 1 deletion pay-admin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ USER web
FROM development_build AS production_build
COPY --chown=web:web . /code

CMD gunicorn --bind 0.0.0.0:${PORT} --config /code/gunicorn_config.py wsgi:app
CMD gunicorn --bind 0.0.0.0:${PORT} --config /code/gunicorn_config.py wsgi:application

0 comments on commit 76b0987

Please sign in to comment.