Skip to content

Commit

Permalink
feat(api): use arches orm for the api server
Browse files Browse the repository at this point in the history
  • Loading branch information
philtweir committed Apr 3, 2024
1 parent 25e8ff7 commit e4f7f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ run_api_server() {
cd_app_folder

if [[ ! -z ${ARCHES_PROJECT} ]]; then
gunicorn ${ARCHES_PROJECT}.asgi:create_app \
DJANGO_SETTINGS_MODULE=${ARCHES_PROJECT}.settings gunicorn arches_orm.graphql.django_asgi:app \
--config ${ARCHES_ROOT}/docker/gunicorn_config.py \
-k uvicorn.workers.UvicornWorker
fi
Expand Down

0 comments on commit e4f7f88

Please sign in to comment.