try uv with python from uv

This commit is contained in:
Von Random 2025-05-06 14:19:54 +03:00
parent d289e692bb
commit a94eeab54a

View file

@ -1,4 +1,4 @@
FROM python:alpine3.21
FROM alpine:latest
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
WORKDIR /pgbot
@ -6,4 +6,4 @@ COPY pyproject.toml .
RUN uv sync
COPY . .
CMD /pgbot/pgbot
CMD uv run ./pgbot