Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

Commit

Permalink
Adds git functionality to devContainer
Browse files Browse the repository at this point in the history
  • Loading branch information
bsunderhus committed Jul 17, 2019
1 parent 368d3cd commit bb579fc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5,958 deletions.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "NPM container",
"dockerFile": "Dockerfile",
"appPort": [],
"postCreateCommand": "npm install",
"runArgs": [ "-v", "${env:HOME}${env:USERPROFILE}/.ssh:/root/.ssh-localhost:ro" ],
"postCreateCommand": "mkdir -p ~/.ssh && cp -r ~/.ssh-localhost/* ~/.ssh && chmod 700 ~/.ssh && chmod 600 ~/.ssh/* && npm install",
"extensions": ["dbaeumer.vscode-eslint", "esbenp.prettier-vscode", "closedcontour.very-smart-select"],
"settings": {
"eslint.autoFixOnSave": true,
Expand Down
Loading

0 comments on commit bb579fc

Please sign in to comment.