Skip to content

Commit

Permalink
init devcontainer file
Browse files Browse the repository at this point in the history
  • Loading branch information
AngryMaciek committed Mar 16, 2024
1 parent 445305a commit f30ec29
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{

"name": "dev",

"build": {
"dockerfile": "../Dockerfile"
},

"customizations": {
"codespaces": {
"openFiles": []
}
}

}

0 comments on commit f30ec29

Please sign in to comment.