Files
MMA f4188cfaa7 Add Docker Compose setup for local runs
Package the static site with nginx
2026-08-16 13:11:40 +03:00

6 lines
59 B
YAML

services:
web:
build: .
ports:
- "8080:80"