Fix run-seq bug
This commit is contained in:
parent
2b7342a21d
commit
39e50ba7f5
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ ALLOWED_BOOTSTRAP=190
|
|||
# Create folders
|
||||
docker run \
|
||||
--rm \
|
||||
-ti \
|
||||
-v `pwd`:/mnt \
|
||||
ubuntu \
|
||||
bash -c "cd /mnt; mkdir -p ./{shared,log,res}; chown -R 1000 ./{shared,log,res}"
|
||||
|
|
Loading…
Reference in a new issue