From d2332302c52dc81c54d45349bcd9080baa5f4ecb Mon Sep 17 00:00:00 2001 From: pedrocx486 Date: Mon, 27 Jan 2025 23:22:50 -0300 Subject: [PATCH] Cleanup message --- server/src/server.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/server.ts b/server/src/server.ts index 3909c70..48c5061 100644 --- a/server/src/server.ts +++ b/server/src/server.ts @@ -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!`); } }); \ No newline at end of file