X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/14e73fd9c2fca39215ed3b757243fa312aafbb2d..74f444d453c4223e09048f6da32620ce7ba628e5:/DOCKER.md?ds=inline 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