Cleanup message

This commit is contained in:
pedrocx486 2025-01-27 23:22:50 -03:00
parent 1dcf88c996
commit d2332302c5

View file

@ -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!`);
}
});