Add Dockerfile

This commit is contained in:
2022-09-13 20:27:21 -07:00
parent 5fb20af2fd
commit 7847ad4ecd
33 changed files with 12 additions and 3663 deletions

9
Makefile Normal file
View File

@@ -0,0 +1,9 @@
all: public docker
public:
hugo
docker:
docker build -t arsen6331/site .
.PHONY: docker