hackertours/README.md
2023-12-07 19:37:47 +01:00

200 B

Hackertours Web Site

Build locally

rm -rf public
hugo
docker build -t hackertours .
docker run -it --rm --name hackertours -p 8888:80 hackertours

Then open http://localhost:8888