+ # Prevent these directories from mounting so they're not shared between host OS and Docker
+ - /app/node_modules/
+ # Mount a tmp directory that will persist between runs
+ - web-tmp:/app/tmp
+ # Mount a storage directory that will persist between runs
+ - web-storage:/app/storage
+ tmpfs:
+ /tmp/pids/