diff --git a/docker-compose.dev.yaml b/docker-compose.dev.yaml index 7830ec97..5cc8de62 100644 --- a/docker-compose.dev.yaml +++ b/docker-compose.dev.yaml @@ -60,7 +60,7 @@ services: profiles: ["tools"] image: node:18-alpine working_dir: /work - command: npm run lint + command: npm --no-update-notifier run lint volumes: - ./web:/work - ./.air/node_modules/:/work/node_modules/