Remove outdated docker info
All checks were successful
/ build (push) Successful in 11s

This commit is contained in:
Stefan Bethke 2024-11-10 18:16:12 +01:00
parent 2ff08b00fd
commit 4b4288fd62

View file

@ -15,14 +15,3 @@ hugo server --buildFuture --buildDrafts
``` ```
Then open http://localhost:1313 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