Revert "try uv instead of pip for the deployment"
This reverts commit d289e692bb
.
This commit is contained in:
parent
d289e692bb
commit
d609587721
2 changed files with 3 additions and 19 deletions
|
@ -1,9 +1,9 @@
|
|||
FROM python:alpine3.21
|
||||
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
|
||||
WORKDIR /pgbot
|
||||
|
||||
COPY pyproject.toml .
|
||||
RUN uv sync
|
||||
COPY requirements.txt .
|
||||
ENV PIP_ROOT_USER_ACTION=ignore
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
COPY . .
|
||||
CMD /pgbot/pgbot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue