Update file paths in entrypoint.sh

This commit is contained in:
Jesse Wierzbinski 2024-04-09 01:29:12 -10:00
parent e59f82fa16
commit e552a32f24
No known key found for this signature in database

View file

@ -16,7 +16,7 @@ case "$1" in
"start")
# Migrate the database and run
/bin/bash /app/entrypoint.sh prisma migrate deploy
NITRO_PORT=5173 bun run dist/frontend/server/index.mjs & NODE_ENV=production bun run dist/index.js --prod
NITRO_PORT=5173 bun run ./frontend/server/index.mjs & NODE_ENV=production bun run ./index.js --prod
;;
"cli")
# Start the CLI