1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-19 15:28:06 +02:00

Create devcontainer.json

#Create devcontainer.json

Signed-off-by: malan-kl <malankula@outlook.com>
This commit is contained in:
malan-kl 2024-10-29 10:52:28 +04:00 committed by GitHub
parent 18f59bdb09
commit 1362083544
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,5 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
}
}