dgf-prototype/backend/docker-compose.yaml

9 lines
99 B
YAML

version: "3"
services:
backend:
build: .
restart: always
ports:
- "3002:3000"