feat(val-blog): scaffold containerized Hugo dev flow with compose and starter content
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
val-blog:
|
||||
build: .
|
||||
container_name: val-blog-dev
|
||||
ports:
|
||||
- "1313:1313"
|
||||
volumes:
|
||||
- ./site:/site
|
||||
command: ["server", "-D", "--bind", "0.0.0.0", "--baseURL", "http://localhost:1313"]
|
||||
Reference in New Issue
Block a user