fix: Edit entrypoint.sh to start Lysand in prod mode

This commit is contained in:
Jesse Wierzbinski 2023-12-08 15:58:45 -10:00
parent 336dee3db2
commit a9dad476d6
No known key found for this signature in database

View file

@ -13,7 +13,7 @@ set -e
case "$1" in
"start")
# Start the server
exec bun run ./dist/index.js
exec bun run ./dist/index.js --prod
;;
"cli")
# Start the CLI