Also note login details in docker development docs

This commit is contained in:
decentral1se 2022-02-18 16:15:59 +01:00 committed by GitHub
parent f3493b3242
commit 16eb9888a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,6 +62,8 @@ Start containers (in foreground, stop them with `Ctrl-C`)
docker-compose-dev up
(Login using the default credentials: `admin/secret`)
Run a rails/rake command
docker-compose-dev run --rm foodsoft bundle exec rake db:migrate