FROM ghcr.io/astral-sh/uv:python3.12-bookworm-slim WORKDIR /app COPY fake-device.py . CMD ["uv", "run", "--no-cache", "fake-device.py"]