fix mount command

This commit is contained in:
Joseph Hanson 2024-05-16 07:06:01 -05:00
parent 1726e0aad4
commit 4ec3f55a4f
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -90,7 +90,7 @@ tasks:
{
"name": "debug",
"image": "docker.io/library/alpine:3.19.1",
"command": ["/bin/bash"],
"command": ["/bin/ash"],
"stdin": true,
"stdinOnce": true,
"tty": true,