Romain 082b1c7bb4 HUE-8888 [docker] Expect api to run on standart port 8888 il y a 5 ans
..
Dockerfile 73ccc6afeb HUE-8888 [docker] Avoid hardcoding the static file container source il y a 6 ans
README.md 2a03e0aebe HUE-8888 [docker] Updating gethue image build for multi language il y a 5 ans
hue.conf 082b1c7bb4 HUE-8888 [docker] Expect api to run on standart port 8888 il y a 5 ans
nginx.conf ce7262bdea HUE-8743 [docker] Basic Nginx docker image to serve files and proxy api il y a 6 ans

README.md

Build

docker build . -t gethue/nginx:latest -f tools/docker/nginx/Dockerfile --build-arg registry=gethue --build-arg tag=latest

Push

docker push gethue/nginx:latest

Run

docker run -it -p 80:80 gethue/nginx:latest

With a local Hue:

docker run -it -p 80:80 --network="host" gethue/nginx:latest