felicity-lims/backend/felicity_lims/runuvicorn.sh
2022-06-18 22:29:47 +02:00

5 lines
153 B
Bash
Executable file

#! /usr/bin/env bash
# export LOAD_SETUP_DATA=False
# Start the App Server
uvicorn felicity.main:flims --reload --host=0.0.0.0 --port=8000 --workers 1