You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want need to deploy an node app and integrate jenkins, this is what I have developed so far.
Docker compose file will start three services.
Jenkins
Nginx
An image from Dockerfile. This will be the node app.
This node app will run on port 3000:3000 and nignx will be forwarding all the request to this port http://localhost:3000
From jenkins dashboard. I will ssh into the node-app container, and it will fetch the repo from github.
The text was updated successfully, but these errors were encountered:
I want need to deploy an node app and integrate jenkins, this is what I have developed so far.
Docker compose file will start three services.
This node app will run on port 3000:3000 and nignx will be forwarding all the request to this port
http://localhost:3000
From jenkins dashboard. I will ssh into the node-app container, and it will fetch the repo from github.
The text was updated successfully, but these errors were encountered: