version: '3'
services:
web:
build:
context: .
dockerfile: Dockerfile
volumes:
- .:/app:cached
- /app/node_modules
ports:
- '8080:8080'
tty: true