Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
iamvigneshwars committed Feb 29, 2024
1 parent 326181d commit b11ece1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
}
},
"features": {
"ghcr.io/devcontainers/features/common-utils:2": {
"ghcr.io/devcontainers/features/common-utils:2.4.2": {
"username": "none",
"upgradePackages": false
},
"ghcr.io/devcontainers/features/git-lfs:1": {}
"ghcr.io/devcontainers/features/git-lfs:1.1.1": {}
},
// Make sure the files we are mapping into the container exist on the host
"initializeCommand": "bash -c 'for i in $HOME/.inputrc; do [ -f $i ] || touch $i; done'",
Expand Down

0 comments on commit b11ece1

Please sign in to comment.