services: nodejs-app: build: . volumes: - .:/usr/src/app command: sh -c "npm install && npx nodemon"