Add Docker Compose setup for local runs
Package the static site with nginx
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
services:
|
||||
web:
|
||||
build: .
|
||||
ports:
|
||||
- "8080:80"
|
||||
Reference in New Issue
Block a user