I try to deploy this to docker desktop using "docker-compose up". The containers are created, but when i try to access the application from a browser i get an error
We're sorry, but something went wrong.
and the logfile shows
[e5439c80-7b10-47cb-bdd0-587312dbe172] Caused by: PG::UndefinedTable (ERROR: relation "contents" does not exist
LINE 10: WHERE a.attrelid = '"contents"'::regclass
Sounds like the db migration did not happen?