Files
Personal/docker/first-try/compose.yaml
2026-04-09 00:04:55 +00:00

6 lines
68 B
YAML

services:
web:
build: .
ports:
- "${APP_PORT}:5000"