Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 314 Bytes

Readme.md

File metadata and controls

18 lines (12 loc) · 314 Bytes

Portail NHC

You can run this code with Docker :

How to build it ?

# To be executed in your project folder
docker build -t portail_nhc .

How to launch it ?

docker run -p 80:80 -e NHC_IP=YOU_NHC_IP portail_nhc

The portail will be accessible on the port 80 on your Docker system