finalized changes to docker implements

This commit is contained in:
art
2020-04-05 21:29:16 +00:00
parent 120774c000
commit 7fd0a347b7
10 changed files with 19 additions and 9 deletions

View File

@@ -1,2 +1,2 @@
FROM python
WORKDIR ~/
WORKDIR ~/

View File

@@ -19,4 +19,5 @@
"python.linting.pylintPath": "/usr/local/py-utils/bin/pylint",
"python.testing.pytestPath": "/usr/local/py-utils/bin/pytest"
},
"postCreateCommand": "pip install -r analysis-master/analysis-amd64/requirements.txt"
}