Update pip install URL in Dockerfile to use aegis repository
Deploy to Production / deploy (push) Successful in 4s
Deploy to Production / deploy (push) Successful in 4s
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
FROM python:3.13-slim
|
FROM python:3.13-slim
|
||||||
WORKDIR /app
|
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 . /app/docs/
|
||||||
COPY config.docs.yaml /app/config.docs.yaml
|
COPY config.docs.yaml /app/config.docs.yaml
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|||||||
Reference in New Issue
Block a user