Romain 73ccc6afeb HUE-8888 [docker] Avoid hardcoding the static file container source 6 rokov pred
..
Dockerfile 73ccc6afeb HUE-8888 [docker] Avoid hardcoding the static file container source 6 rokov pred
README.md ce7262bdea HUE-8743 [docker] Basic Nginx docker image to serve files and proxy api 6 rokov pred
hue.conf ce7262bdea HUE-8743 [docker] Basic Nginx docker image to serve files and proxy api 6 rokov pred
nginx.conf ce7262bdea HUE-8743 [docker] Basic Nginx docker image to serve files and proxy api 6 rokov pred

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