version: '3' services: pug-app: build: . ports: - "3000:3000" volumes: - ./app:/app - /app/node_modules