Add Dockerfile to deploy site
This commit is contained in:
parent
2b08c90749
commit
fbb61ebdd1
5 changed files with 42 additions and 1 deletions
5
Makefile
Normal file
5
Makefile
Normal file
|
@ -0,0 +1,5 @@
|
|||
rundev:
|
||||
hugo server --buildDrafts
|
||||
|
||||
run:
|
||||
hugo server
|
Loading…
Add table
Add a link
Reference in a new issue