Skip to content

Commit

Permalink
Fix gunicorn app
Browse files Browse the repository at this point in the history
  • Loading branch information
nycholas committed Jun 20, 2024
1 parent 8d01f7f commit 2f48f8a
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 @@ -58,4 +58,4 @@ RUN chown flask_user:flask_user -R /app
USER flask_user

EXPOSE 5000
CMD gunicorn src.lms:app --bind 0.0.0.0:5000
CMD gunicorn src.lms.app:app --bind 0.0.0.0:5000

0 comments on commit 2f48f8a

Please sign in to comment.