]> git.openstreetmap.org Git - rails.git/blobdiff - DOCKER.md
Get danger working on pull requests
[rails.git] / DOCKER.md
index f6caa698898a4ce50a4bb2b8a6d4c266f120dbe4..4804d09b31403d24a73c95cb17437e606624e308 100644 (file)
--- a/DOCKER.md
+++ b/DOCKER.md
@@ -75,12 +75,16 @@ Run the Rails database migrations:
 
 Prepare the test database:
 
-     docker compose run --rm web bundle exec rails db:test:prepare
+    docker compose run --rm web bundle exec rails db:test:prepare
 
 Run the test suite:
 
     docker compose run --rm web bundle exec rails test:all
 
+If you encounter errors about missing assets, precompile the assets:
+
+    docker compose run --rm web bundle exec rake assets:precompile
+
 ### 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.