moving graphs to output directory

Former-commit-id: 862cbfa02ba8088f05bcfd3df591a15ee5055181
This commit is contained in:
Michael T. Kelbaugh
2020-02-28 14:20:55 -05:00
parent 55de2d113f
commit 5c89b3dc05
5 changed files with 2 additions and 2 deletions

View File

@@ -3,5 +3,5 @@ RUN apt-get update && apt-get install -y python3-dev=3.6.7-1~18.04 python3-pip=9
COPY ./build/requirements.txt /
RUN pip3 install -r /requirements.txt
COPY ./outer_wrapper.py /.
COPY ./graphs/instance-graph.geojson /.
COPY ./graphs/abstract-graph.geojson /.
COPY ./graphs/out/instance-graph.geojson /.
COPY ./graphs/out/abstract-graph.geojson /.