setup hugoplate for development of chill website
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
version: '3.9'
|
||||
|
||||
services:
|
||||
front:
|
||||
image: hugomods/hugo:latest
|
||||
ports:
|
||||
- "127.0.0.1:1313:1313"
|
||||
volumes:
|
||||
- ".:/src"
|
||||
command: >
|
||||
npm run dev
|
||||
Reference in New Issue
Block a user