Relative Content

Tag Archive for node.jsdockernginx

problem with web app using docker with nginx

This web application is supposed to display information such as: IP address of the server on which the application is running,
Server name (hostname) and Application version (in any scheme) – the application version is to be specified in the docker –build-arg by giving value
the VERSION variable defined by the ARG statements. I using simple index.js. The result of the application is that the js code itself appears on the website.