fix: copy vendored dependency before pip install
This commit is contained in:
@@ -11,6 +11,7 @@ RUN apt-get update \
|
||||
WORKDIR /app
|
||||
|
||||
COPY requirements.txt ./requirements.txt
|
||||
COPY vendor ./vendor
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
COPY . .
|
||||
|
||||
Reference in New Issue
Block a user