We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e30eb3 commit e468b1cCopy full SHA for e468b1c
Dockerfile
@@ -6,6 +6,7 @@ WORKDIR /app
6
7
# COPY requirements to /app dir
8
COPY requirements.txt /app
9
+COPY requirements /app/requirements
10
11
# Install any needed packages specified in base.txt
12
RUN pip install --no-cache-dir --trusted-host pypi.python.org -r requirements.txt
0 commit comments