docs: simplified setup of repository
This commit is contained in:
@@ -19,5 +19,5 @@
|
||||
}
|
||||
},
|
||||
"runArgs": ["--privileged"],
|
||||
"postStartCommand": "nohup bash -c 'dockerd &' > /docker.log 2> /docker.log"
|
||||
"postStartCommand": "git submodule update --init; chown -R 1000:1000 .; nohup bash -c 'dockerd &' > /docker.log 2> /docker.log"
|
||||
}
|
||||
Reference in New Issue
Block a user