Files

6 lines
101 B
Docker

FROM python:3.14-alpine
RUN pip install uv
ENTRYPOINT [ "python3", "-m", "uv", "run", "--no-dev" ]