Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
context: ./
push: true
tags: |
kalharacodes/docker-automation:${{ env.SHORT_SHA }}
kalharacodes/docker-automation:latest
ammasadaki123/docker-automation:${{ env.SHORT_SHA }}
ammasadaki123/docker-automation:latest
1 change: 1 addition & 0 deletions nodeapp/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ app.get("/", function (req, res) {
});

//listen to port 3000 by default
// NEW COMMENT
app.listen(process.env.PORT || 3000, function () {
console.log("App listening on port 3000!");
});
Expand Down