mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-21 23:43:01 +08:00
5 lines
278 B
Bash
Executable file
5 lines
278 B
Bash
Executable file
#! /usr/bin/env bash
|
|
|
|
# export LOAD_SETUP_DATA=False
|
|
# Start the App Server
|
|
gunicorn felicity.main:flims --workers 1 --worker-class uvicorn.workers.UvicornH11Worker --bind 0.0.0.0:8000 --name felicity --reload --access-logfile - --error-logfile - --log-level info --timeout 600
|