Skip to content

Commit

Permalink
Fixes app name in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mrharpo committed Aug 5, 2024
1 parent 7c96617 commit 6173290
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 @@ -64,4 +64,4 @@ ENV PATH="/app/.venv/bin:$PATH"

EXPOSE 8000

CMD gunicorn organ.app:app -b 0.0.0.0:8000 -w 2 --worker-class uvicorn.workers.UvicornWorker
CMD gunicorn organ.main:main -b 0.0.0.0:8000 -w 2 --worker-class uvicorn.workers.UvicornWorker

0 comments on commit 6173290

Please sign in to comment.