try uv with python from uv
This commit is contained in:
parent
d289e692bb
commit
a94eeab54a
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM python:alpine3.21
|
FROM alpine:latest
|
||||||
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
|
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
|
||||||
WORKDIR /pgbot
|
WORKDIR /pgbot
|
||||||
|
|
||||||
|
@ -6,4 +6,4 @@ COPY pyproject.toml .
|
||||||
RUN uv sync
|
RUN uv sync
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
CMD /pgbot/pgbot
|
CMD uv run ./pgbot
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue