version: '3'
services:
blog:
build: .
command: npm start
volumes:
- .:/blog
- /blog/node_modules
ports:
- '8000:8000'