Files
fsae41.de/docker-compose.yml

10 lines
124 B
YAML

version: '3'
services:
app:
build: .
ports:
- "3000"
volumes:
- .:/app
command: npm run start