Fix postStartCommand (#8)

This commit is contained in:
Olivier Benz
2023-08-02 13:04:54 +02:00
committed by GitHub
parent 931b138bb1
commit 01d1c623e5
2 changed files with 2 additions and 6 deletions

View File

@@ -12,9 +12,7 @@
}
},
"postStartCommand": {
"julia": "postStartCommand.sh"
},
"postStartCommand": "postStartCommand.sh",
"features": {
"ghcr.io/devcontainers/features/common-utils:2": {

View File

@@ -12,9 +12,7 @@
}
},
"postStartCommand": {
"julia": "postStartCommand.sh"
},
"postStartCommand": "postStartCommand.sh",
"features": {
"ghcr.io/devcontainers/features/common-utils:2": {