mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-22 16:03:00 +08:00
5 lines
153 B
Bash
Executable file
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
|