chore: add custom pypi url
Some checks failed
PR tests / build-and-smoke (pull_request) Failing after 32s
Some checks failed
PR tests / build-and-smoke (pull_request) Failing after 32s
This commit is contained in:
@@ -6,7 +6,7 @@ RUN apt upgrade -y
|
||||
WORKDIR /app
|
||||
|
||||
COPY requirements.txt .
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
RUN pip install --no-cache-dir -r requirements.txt --extra-index-url https://git.theprivateserver.de/api/packages/PHB/pypi/simple/
|
||||
|
||||
COPY . .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user