We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1860ff5 commit 6892d43Copy full SHA for 6892d43
2 files changed
.gitignore
@@ -14,3 +14,4 @@ skaffold-overrides.yaml
14
/libraries/client/netpyne-web/
15
/.venv
16
/libraries/client/*.pyc
17
+/applications/netpyne/shared
applications/netpyne/run_local.sh
@@ -3,6 +3,6 @@ set -e
3
4
# A script to run the NetPyNE container locally (build it first with ./build_local.sh)
5
6
-docker run --network host -it --rm --name mynp mynetpyneosb
+docker run --network host -v $PWD/shared:/opt/workspace/local:rw -it --rm --name mynp mynetpyneosb
7
8
0 commit comments