Run flask command.
jlbelmonte
FREEOP

4 months ago

I have few flask commands for some operations, these don't alway need to run on deploy.

What I gather on my online search is that I might need to run it like railway run flask create-admin

I receive and error: No such file or directory (os error 2)

I have also tried to railway ssh but flask is not available, I tried to create a python venv to access flask but it didn't work either.

I am out of ideas, but it seems that this should be fairly easy.

Thank you!

$10 Bounty

2 Replies

Railway
BOT

4 months ago

Hey there! We've found the following might help you get unblocked faster:

If you find the answer from one of these, please let us know by solving the thread!


smolpaw
HOBBY

4 months ago

Is this like a seed command that needs to run before the service deployment or like a cron which needs to run at an interval ?


Loading...