mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-02-02 04:45:39 +08:00
update
This commit is contained in:
parent
41eb2c3944
commit
eed89dced3
@ -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
|
||||
@ -38,6 +38,7 @@
|
||||
"vitest": "^3.1.1"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@rollup/rollup-linux-x64-musl": "^3.28.0"
|
||||
"@rollup/rollup-linux-x64-musl": "^3.28.0",
|
||||
"@rollup/rollup-linux-x64-gnu": "4.9.5"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user