Skip to content

Commit e468b1c

Browse files
authored
copy requirements into container (#919)
referenced inside the requirements.txt
1 parent 5e30eb3 commit e468b1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ WORKDIR /app
66

77
# COPY requirements to /app dir
88
COPY requirements.txt /app
9+
COPY requirements /app/requirements
910

1011
# Install any needed packages specified in base.txt
1112
RUN pip install --no-cache-dir --trusted-host pypi.python.org -r requirements.txt

0 commit comments

Comments
 (0)