Closed korggy closed 2 months ago
I would like to run a local instance using the production image, but it doesn't seem to initialize the database on startup. Is there a way to initialize the database without rebuilding the app from scratch? Thank you!!
The db migrations are checked and run on every application startup. Just point the application to a Postgres instance and it should work.
I would like to run a local instance using the production image, but it doesn't seem to initialize the database on startup. Is there a way to initialize the database without rebuilding the app from scratch? Thank you!!