diff --git a/doc/SETUP_DEVELOPMENT_DOCKER.md b/doc/SETUP_DEVELOPMENT_DOCKER.md index d11e2eb4..1fdf9da6 100644 --- a/doc/SETUP_DEVELOPMENT_DOCKER.md +++ b/doc/SETUP_DEVELOPMENT_DOCKER.md @@ -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