Skip to content

Commit

Permalink
Add README.md to Docker builds so that setup.py can include it (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceatbluelabs authored Mar 6, 2020
1 parent 972bc10 commit 632726a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ENV PATH $PATH:/opt/vertica/bin

WORKDIR /usr/src/app

COPY requirements.txt setup.py setuputils.py /usr/src/app/
COPY README.md requirements.txt setup.py setuputils.py /usr/src/app/

RUN mkdir /usr/src/app/records_mover

Expand Down

0 comments on commit 632726a

Please sign in to comment.