mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 00:18:19 +01:00
Update file paths in entrypoint.sh
This commit is contained in:
parent
e59f82fa16
commit
e552a32f24
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue