diff --git a/README.md b/README.md index cdf7eba..1722bb7 100644 --- a/README.md +++ b/README.md @@ -15,14 +15,3 @@ hugo server --buildFuture --buildDrafts ``` Then open http://localhost:1313 - -## Build locally - -```shell -rm -rf public -hugo -docker build -t hackertours . -docker run -it --rm --name hackertours -p 8888:80 hackertours -``` - -Then open http://localhost:8888