Add Dockerfile to deploy site

This commit is contained in:
Melora Hugues 2023-06-26 22:45:24 +02:00
parent 2b08c90749
commit fbb61ebdd1
5 changed files with 42 additions and 1 deletions

5
Makefile Normal file
View file

@ -0,0 +1,5 @@
rundev:
hugo server --buildDrafts
run:
hugo server