Skip to content

Commit

Permalink
Hotfix: Use Flask app in final docker run command
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Hatt committed Aug 7, 2024
1 parent 80bc777 commit 7dcf201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ ENTRYPOINT ["/app/bin/docker-entrypoint-web"]

EXPOSE 8000

CMD ["gunicorn", "-c", "backend/config/gunicorn.py", "-k", "uvicorn.workers.UvicornWorker", "backend.main:app"]
CMD ["gunicorn", "-c", "backend/config/gunicorn.py", "-k", "uvicorn.workers.UvicornWorker", "backend.app:create_app()"]

0 comments on commit 7dcf201

Please sign in to comment.