Skip to content

[#43] Docker config

Gloris Pina requested to merge dockerConfig into master

Docker Container is configured for UpdateGuestUI. NGINX is used as a proxy server since it is lightweight compared to an npm server. It is widely used in the industry and suggested for web applications, especially for Angular apps.

Note: To run it on your local machine you need to set up a manual proxy to hit the docker IP and PORT 8080 (default port for NGINX)

Edited by Gloris Pina

Merge request reports