Cleanup message
This commit is contained in:
parent
1dcf88c996
commit
d2332302c5
1 changed files with 1 additions and 1 deletions
|
@ -288,6 +288,6 @@ app.listen(PORT, () => {
|
|||
console.log(`Rumor Party Line`);
|
||||
console.log(`Internally running on http://localhost:${PORT} in ${process.env.ENVIRONMENT} mode.`);
|
||||
if (process.env.DOCKER) {
|
||||
console.log(`Seems you're running on Docker! Check your external port in the compose file to avoid confusion!`);
|
||||
console.log(`You're running on Docker! \nCheck your external port in the compose file to avoid confusion!`);
|
||||
}
|
||||
});
|
Loading…
Add table
Reference in a new issue