FROM ghcr.io/astral-sh/uv:python3.12-bookworm-slim

COPY party-lock.py /app/party-lock.py
WORKDIR /app

CMD ["uv", "run", "party-lock.py"]
