This commit is contained in:
Michael Droettboom 2018-10-09 10:27:58 -04:00
parent 7ae58324bc
commit 05f60214f6
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
#!/bin/sh #!/bin/sh
docker run --rm -v $PWD:/src --user root -e NB_UID=$UID -e NB_GID+$GID -it iodide/pyodide:0.2.0 /bin/bash docker run --rm -v $PWD:/src --user root -e NB_UID=$UID -e NB_GID=$GID -it iodide/pyodide:0.2.0 /bin/bash