From e552a32f24b30f182e1f79f950da9dca97e18e8b Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Tue, 9 Apr 2024 01:29:12 -1000 Subject: [PATCH] Update file paths in entrypoint.sh --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index f19e6c47..bd54bd19 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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