X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/8baebaba2f85df17d67f0d4f10224e1a9051d893..033c3b28b3b2708634f3015449d0c2ed222e26d6:/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: