Liga 2025 results Requirements Docker psql Init DB docker build -t liga2025 . && docker run -it --rm -p 5432:5432 liga2025 Show ranking PGPASSWORD=test psql -U postgres -d liga2025 -h localhost -c "select * from ranking"