X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/60f8fb9c932fde4ea00de404edce190c52af3876..4fac47a214d4f0ab2228cdb3b0f646f11d41b4ef:/DOCKER.md diff --git a/DOCKER.md b/DOCKER.md index e2c2d2129..d5a673bbe 100644 --- a/DOCKER.md +++ b/DOCKER.md @@ -58,12 +58,6 @@ Run the test suite by running: docker-compose run --rm web bundle exec rake test:db -### Node Modules - -Install required front-end Node modules: - - docker-compose run --rm web bundle exec rake yarn:install - ### Loading an OSM extract This installation comes with no geographic data loaded. You can either create new data using one of the editors (Potlatch 2, iD, JOSM etc) or by loading an OSM extract. Here an example for loading an OSM extract into your Docker-based OSM instance.