Romain 88cac25a42 HUE-8815 [docs] Promote more the SQL parser API 6 years ago
..
Dockerfile ac5d6d2400 HUE-9018 [docker] Containerize documentation website 6 years ago
README.md 88cac25a42 HUE-8815 [docs] Promote more the SQL parser API 6 years ago
docs.gethue.com.conf ac5d6d2400 HUE-9018 [docker] Containerize documentation website 6 years ago
nginx.conf ac5d6d2400 HUE-9018 [docker] Containerize documentation website 6 years ago

README.md

Build

docker build . -t gethue/documentation:latest -f tools/docker/website/Dockerfile

Push

docker push gethue/documentation:latest

Run

docker run -it -p 9000:80 gethue/documentation:latest