Update postCreateCommand

This commit is contained in:
ludeeus 2020-04-26 09:46:15 +02:00
parent 97dd68da95
commit 0cd664e2a6

View File

@ -5,7 +5,7 @@
"appPort": [ "appPort": [
"9123:8123" "9123:8123"
], ],
"postCreateCommand": "cc install", "postCreateCommand": "container install",
"runArgs": [ "runArgs": [
"-v", "-v",
"${env:HOME}${env:USERPROFILE}/.ssh:/tmp/.ssh" "${env:HOME}${env:USERPROFILE}/.ssh:/tmp/.ssh"