1
0
mirror of https://github.com/linkedin/oncall.git synced 2025-11-26 23:10:47 +02:00

Copying README.md to docker context so that long_description field of the module can be populated (#304)

Co-authored-by: S E Livingstone <livingstone.se@flipkart.com>
This commit is contained in:
lyveng
2020-03-16 00:22:39 +05:30
committed by GitHub
parent 5bf99246eb
commit 3f92ee19fd

View File

@@ -11,6 +11,7 @@ RUN useradd -m -s /bin/bash oncall
COPY src /home/oncall/source/src
COPY setup.py /home/oncall/source/setup.py
COPY MANIFEST.in /home/oncall/source/MANIFEST.in
COPY README.md /home/oncall/source/README.md
WORKDIR /home/oncall