felicity-lims/backend/felicity_lims/runuvicorn.sh
Aurthur Musendame eea354dbc4 great
2022-12-25 07:13:53 +02:00

6 lines
207 B
Bash
Executable file

#! /usr/bin/env bash
# export LOAD_SETUP_DATA=False
# Start the App Server
# in docker use --workers 1 and spawn many containers
uvicorn felicity.main:flims --reload --host=0.0.0.0 --port=8000 --workers 4