fix mount command
This commit is contained in:
parent
1726e0aad4
commit
4ec3f55a4f
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ tasks:
|
||||||
{
|
{
|
||||||
"name": "debug",
|
"name": "debug",
|
||||||
"image": "docker.io/library/alpine:3.19.1",
|
"image": "docker.io/library/alpine:3.19.1",
|
||||||
"command": ["/bin/bash"],
|
"command": ["/bin/ash"],
|
||||||
"stdin": true,
|
"stdin": true,
|
||||||
"stdinOnce": true,
|
"stdinOnce": true,
|
||||||
"tty": true,
|
"tty": true,
|
||||||
|
|
Loading…
Reference in a new issue