Skip to content

Commit

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

"name": "dev",

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

"postCreateCommand": "bash /bin/entrypoint.sh",

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

}

0 comments on commit e795916

Please sign in to comment.