Skip to content

Commit cb03218

Browse files
Update Dockerfile
1 parent 47d40f2 commit cb03218

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ RUN mkdir /app
33
WORKDIR /app
44
COPY README.md .
55
COPY setup.py .
6+
COPY requirements.txt .
67
# Creating an empty src dir is a (hopefully) temporary hack to improve layer caching and speed up image builds
78
# todo fix once the Pipfile, setup.py, requirements.txt, pyprojec.toml build/dist story is figured out
89
RUN mkdir src && pip install -q .

0 commit comments

Comments
 (0)