update gitignore, add readme for building

This commit is contained in:
2022-07-31 16:51:35 -07:00
parent e533f4598f
commit 588437482a
2 changed files with 5 additions and 0 deletions

2
.gitignore vendored
View File

@@ -1 +1,3 @@
hugo-content/public/*
.DS_Store
./*.lock

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
### To run:
docker build -t blog .
docker run -p 1313:1313 blog