Romain ce7262bdea HUE-8743 [docker] Basic Nginx docker image to serve files and proxy api 6 years ago
..
Dockerfile ce7262bdea HUE-8743 [docker] Basic Nginx docker image to serve files and proxy api 6 years ago
README.md ce7262bdea HUE-8743 [docker] Basic Nginx docker image to serve files and proxy api 6 years ago
hue.conf ce7262bdea HUE-8743 [docker] Basic Nginx docker image to serve files and proxy api 6 years ago
nginx.conf ce7262bdea HUE-8743 [docker] Basic Nginx docker image to serve files and proxy api 6 years ago

README.md

Build

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

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