sigh

Results 1 issues of sigh

### Description I use a docker-compose file: ``` services: node: image: node:latest user: 1000:1000 build: context: . volumes: - ".:/app" - "/app/modules" - "/app/uploads" ``` and a Dockerfile: ``` FROM...

kind/question
status/0-triage
kind/enhancement