X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c66041cb71f3fd0c48018599ea5a23d1bf219df0..2da3ce6abfab55aa14f8fae4ae97abd5cf8a94ba:/docker-compose.yml diff --git a/docker-compose.yml b/docker-compose.yml index 9719f0e7b..f03d315c7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,6 +8,8 @@ services: - .:/app # don't mount tmp directory (https://github.com/Shopify/bootsnap/issues/177) - /app/tmp + # Prevent node_modules from mounting so it's not shared between host OS and Docker + - /app/node_modules/ ports: - "3000:3000" environment: