mirror of
https://github.com/ledgersmb/ledgersmb-docker.git
synced 2025-04-19 14:47:12 -04:00
Adjust plackup arguments for includes
This commit is contained in:
parent
d808dd0b14
commit
0a12f5c735
3
start.sh
3
start.sh
@ -32,4 +32,5 @@ fi
|
|||||||
# starman instance (instead of just the worker, which will immediately
|
# starman instance (instead of just the worker, which will immediately
|
||||||
# get restarted); it also has a positive effect on memory use
|
# get restarted); it also has a positive effect on memory use
|
||||||
|
|
||||||
exec starman --port 5762 --workers ${LSMB_WORKERS:-5} --preload-app bin/ledgersmb-server.psgi
|
exec starman --port 5762 --workers ${LSMB_WORKERS:-5} -I lib -I old/lib \
|
||||||
|
--preload-app bin/ledgersmb-server.psgi
|
||||||
|
Loading…
Reference in New Issue
Block a user