mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-23 00:12:54 +08:00
6 lines
153 B
Bash
6 lines
153 B
Bash
|
#! /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
|