version: '3'
services:
server-landing:
build: .
container_name: server-landing
restart: unless-stopped
ports:
- "3000:3000"
volumes:
- .:/app
- /app/node_modules