Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 15e5064

Browse files
authored
Update devcontainer.json
1 parent fa3b788 commit 15e5064

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

container-templates/docker-compose/.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
// Use 'settings' to set *default* container specific settings.json values on container create.
1616
// You can edit these settings after create using File > Preferences > Settings > Remote.
1717
"settings": {
18+
// If you are using an Alpine-based image, change this to /bin/ash
1819
"terminal.integrated.shell.linux": "/bin/bash"
1920
},
2021

@@ -29,4 +30,4 @@
2930

3031
// Add the IDs of extensions you want installed when the container is created in the array below.
3132
"extensions": []
32-
}
33+
}

0 commit comments

Comments
 (0)