This commit is contained in:
leehk 2025-04-11 21:23:39 +08:00
parent 4b5c7dd61b
commit fdd602400b

View File

@ -80,5 +80,6 @@ RUN chown -R app:app $APP_HOME
# change to the app user
USER app
# run gunicorn
CMD pipenv run gunicorn --bind 0.0.0.0:$PORT backend.main:app -k uvicorn.workers.UvicornWorker