3faa7c6ee0
Multi-stage build: hugomods/hugo:exts → nginx:alpine. Runs on port 8080. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
7 lines
87 B
YAML
7 lines
87 B
YAML
services:
|
|
web:
|
|
build: .
|
|
ports:
|
|
- "8080:80"
|
|
restart: unless-stopped
|