Can't migrate db and run app in 1 command
If you chain commands in the "Start command" field, it will only run the first command. Please fix.
7 Replies
Project ID:
02488d6b-8c14-4f63-a855-4a12942f0aef
does
prisama db push
exit with a success code? if it doesn’t the second command won't be ranhttps://discord.com/channels/713503345364697088/727689277219012669/1002503576477769818
I'm sure
echo 1
doesn't error 😅wrap it in
/bin/sh -c "<commands here>"
double checked,
prisma db push
returns 0
will try, thanks
that did the trick, but this should be fixedit's not an issue with Railway, it's how docker works
alright, thanks