diff --git a/Dockerfile b/Dockerfile index 0c44d2d..9bd4d70 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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