Added Dockerfile and .devcontainer (#855)

This commit is contained in:
Niema Moshiri
2023-11-26 00:21:19 -08:00
committed by GitHub
parent c802a6a014
commit 470c0ab629
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{
"build": {
"dockerfile": "Dockerfile"
}
}