f4188cfaa7
Package the static site with nginx
6 lines
59 B
YAML
6 lines
59 B
YAML
services:
|
|
web:
|
|
build: .
|
|
ports:
|
|
- "8080:80"
|