Skip to content

Commit

Permalink
bash
Browse files Browse the repository at this point in the history
  • Loading branch information
AngryMaciek committed Aug 15, 2024
1 parent e795916 commit d3d73a5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@
"dockerfile": "./Dockerfile"
},

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

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

"remoteUser": "angryuser"

}

0 comments on commit d3d73a5

Please sign in to comment.