This is my project structure:
. ├── docker-compose.yml └── nodejs-service ├── Dockerfile ├── package.json └── server.js
My host O