flask app deployment
saadkarim754
TRIALOP

2 years ago

hey so i am trying to host a flask app from my github repo that has a sqlite3 database file as a part of the file structure but , , I really cant understand what the problem is , , I mean I was able to do it with python anywhere but cant seem to know what the problem is here

View Deploy details

ⓘ Deployment information is only viewable by project members and Railway employees.

1 Replies

2 years ago

You need to store your sqlite database in a volume - https://docs.railway.app/guides/volumes


Loading...