diff --git a/Dockerfile b/Dockerfile index 762ca31..06826f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ USER node COPY . . # Expose the port that the application listens on. -EXPOSE 80 +EXPOSE 8080 # Run the application. CMD node app.js diff --git a/app.js b/app.js index 5f137b5..c31e3f7 100644 --- a/app.js +++ b/app.js @@ -1,6 +1,6 @@ const express = require('express') const app = express() -const port = 80 +const port = 8080 const hostname='localhost' var jsonObj = {