khairulhaaziq
khairulhaaziq
Explore posts from servers
RRailway
Created by khairulhaaziq on 7/18/2023 in #✋|help
volumes mount path
hi it is my first time trying to deploy sqlite ever. Im running sinatra app and the orm is sequel. right now this is how I connect to the sqlite.
DB = Sequel.connect('sqlite://db/myapp.db')
DB = Sequel.connect('sqlite://db/myapp.db')
so what do I do to use volumes? I have no idea. do I need to include my sqlite file when deploying or not?
24 replies