Fixed failing Docker build after adding README to distribution
This commit is contained in:
parent
62ca75e27d
commit
7417a288e6
|
|
@ -29,6 +29,7 @@ COPY MANIFEST.in MANIFEST.in
|
|||
COPY package.json package.json
|
||||
COPY requirements.txt requirements.txt
|
||||
COPY setup.py setup.py
|
||||
COPY README.md README.md
|
||||
|
||||
# Perform build and cleanup artifacts
|
||||
RUN \
|
||||
|
|
|
|||
Loading…
Reference in New Issue