We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cc9776 commit 066d4ceCopy full SHA for 066d4ce
Dockerfile
@@ -22,7 +22,7 @@ COPY --from=requirements-stage /tmp/requirements.txt /app/requirements.txt
22
RUN apt-get update \
23
&& apt-get -y upgrade \
24
&& apt-get install -y --no-install-recommends git \
25
- && pip install --no-cache-dir --upgrade -r requirements.txt \
+ && pip install --no-cache-dir --upgrade -r /app/requirements.txt \
26
&& apt-get purge -y --auto-remove \
27
&& rm -rf /var/lib/apt/lists/* \
28
&& rm /app/requirements.txt
0 commit comments