From b481d17f2cb1155689bfea057b9ead2412a0cdc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=BB=D1=8C=D1=8F=20=D0=93=D0=BB=D0=B0=D0=B7=D1=83?= =?UTF-8?q?=D0=BD=D0=BE=D0=B2?= Date: Fri, 12 Dec 2025 01:50:52 +0300 Subject: [PATCH] Update pip install URL in Dockerfile to use aegis repository --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e5d1a72..d11b000 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM python:3.13-slim WORKDIR /app -RUN pip install --no-cache-dir https://git.pyserve.org/Shifty/pyserveX/releases/download/v0.9.10/pyserve-0.9.10-py3-none-any.whl +RUN pip install --no-cache-dir https://git.pyserve.org/aegis/pyserveX/releases/download/v0.9.10/pyserve-0.9.10-py3-none-any.whl COPY . /app/docs/ COPY config.docs.yaml /app/config.docs.yaml EXPOSE 80