diff --git a/docker-compose.dev.yml b/docker-compose.dev.yml index f78f5f4..4b34556 100644 --- a/docker-compose.dev.yml +++ b/docker-compose.dev.yml @@ -8,6 +8,9 @@ services: - "5173:5173" volumes: - .:/app + # Its own node_modules: npm installs the build tools' native binaries for Linux here and for + # the host's platform there, and a shared folder only ever holds one of them. + - /app/node_modules environment: APP_KEY: ${APP_KEY:-} APP_URL: http://localhost:8000