You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am following these instructions to run the development environment with docker. When I run docker-compose run --rm web rake db:setup I got the following error message.
Creating travel-support-program_web_run ... done
unable to open database file
Couldn't create 'db/development.sqlite3' database. Please check your configuration.
rake aborted!
SQLite3::CantOpenException: unable to open database file
Tasks: TOP => db:setup => db:schema:load_if_ruby => db:create
(See full trace by running task with --trace)
ERROR: 1
The text was updated successfully, but these errors were encountered:
Hello,
I am following these instructions to run the development environment with docker. When I run
docker-compose run --rm web rake db:setup
I got the following error message.The text was updated successfully, but these errors were encountered: