docker file & docker compose change
This commit is contained in:
@@ -7,7 +7,11 @@ RUN apt-get update && apt-get install -y \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY requirements/base.txt requirements/base.txt
|
||||
RUN pip install --no-cache-dir -r requirements/base.txt
|
||||
|
||||
RUN pip install --no-cache-dir \
|
||||
--proxy http://host.docker.internal:10808 \
|
||||
--timeout 120 \
|
||||
-r requirements/base.txt
|
||||
|
||||
COPY . .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user