Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vorth authored Jan 7, 2025
1 parent 6312464 commit a8a51b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "cicd/online.bash init"
"postCreateCommand": "git lfs install; git lfs pull; cicd/online.bash init"

// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
Expand Down

0 comments on commit a8a51b4

Please sign in to comment.