X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/359f967b3fa0f24ad9a95a5b8fa18a736a7fc229..38b74c1c48521c3de988b774117d6f9febcf1c3f:/DOCKER.md diff --git a/DOCKER.md b/DOCKER.md index d0b16db07..2df50bea9 100644 --- a/DOCKER.md +++ b/DOCKER.md @@ -54,7 +54,7 @@ This will launch one Docker container for each 'service' specified in `docker-co Run the Rails database migrations: - docker-compose run --rm web bundle exec rake db:migrate + docker-compose run --rm web bundle exec rails db:migrate ### Tests