Skip to content

Commit b1fab41

Browse files
author
Charlotte Godley
committed
make sure requirements is in the dockerfile
1 parent 4347a28 commit b1fab41

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ COPY README.md ./dsbuild
1010
COPY LICENSE ./dsbuild
1111
COPY setup.cfg ./dsbuild
1212
COPY MANIFEST.in ./dsbuild
13+
COPY requirements.txt ./dsbuild
1314

1415
RUN cd dsbuild ; python3 setup.py install
1516
#RUN rm -rf dsbuild

0 commit comments

Comments
 (0)