Add Dockerfile and documentation #1

Merged
luca merged 2 commits from Dockerfile into main 2020-11-05 20:06:48 +01:00
1 changed files with 4 additions and 0 deletions
Showing only changes of commit 5bdf6869b1 - Show all commits

4
README.md Normal file
View File

@ -0,0 +1,4 @@
## Docker for local development and testing
1. Build Docker image: `docker build -t hugo .`
2. Run container: `docker run --rm -v $PWD:/var/www/html -p 8080:1313 hugo`