Skip to content

Commit 17b24d5

Browse files
nanotaboadaCopilot
andcommitted
chore(docker): add API and Swagger UI URLs to entrypoint startup log
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent dd00ba6 commit 17b24d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/entrypoint.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@ fi
2424

2525
echo "✔ Ready!"
2626
echo "🚀 Launching app..."
27+
echo "🔌 API endpoints | http://localhost:9000/players/"
28+
echo "📚 Swagger UI | http://localhost:9000/swagger/index.html"
2729
exec "$@"

0 commit comments

Comments
 (0)