Dockerize the graph construction tool

Former-commit-id: 23f78dba4890c89fa77f93e57584f20b0932b335
This commit is contained in:
Michael T. Kelbaugh
2020-03-02 12:41:26 -05:00
parent de12fc10e7
commit 808d1045d7
4 changed files with 46 additions and 8 deletions

View File

@@ -18,3 +18,6 @@ clean:
purge:
cd build && docker-compose -p simon down --rmi all
graph:
cd graphs && docker build -t simon-graph:latest . && docker run -v `pwd`:/opt -d simon-graph:latest