added post, updated readme

This commit is contained in:
2022-07-31 19:06:51 -07:00
parent d16f1cf90a
commit d0359ec0d8
3 changed files with 39 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
### Prereqs:
Docker
Internet connection
### To run:
docker build -t blog .
docker run -p 1313:1313 blog
git clone https://github.com/scottyah/scottyah-blog.git
docker build --no-cache -t blog-svr .
docker run -d -p 80:80 blog-svr