feat(val-blog): scaffold containerized Hugo dev flow with compose and starter content
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
FROM klakegg/hugo:ext-alpine
|
||||
WORKDIR /site
|
||||
EXPOSE 1313
|
||||
CMD ["server", "-D", "--bind", "0.0.0.0", "--baseURL", "http://localhost:1313"]
|
||||
Reference in New Issue
Block a user