diff --git a/entrypoint.sh b/entrypoint.sh index 7b518ea0..04964561 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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