Skip to content

Commit c83f360

Browse files
committed
running info
1 parent 62b637c commit c83f360

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ app.get('/metrics', async (_req, res) => {
3333
});
3434

3535
app.listen(process.env.APP_PORT || 4001, '0.0.0.0');
36+
console.log('App running on port ' + process.env.APP_PORT || 4001);

0 commit comments

Comments
 (0)