First try
This commit is contained in:
commit
c8beea5bbf
17 changed files with 161 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Hackertours Web Site
|
||||
|
||||
|
||||
## 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
|
Loading…
Add table
Add a link
Reference in a new issue