Skip to content

Commit

Permalink
fix: remove base.Dockerfile as it's not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesIves committed Sep 16, 2023
1 parent 7ba4524 commit 0769273
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .devcontainer/base.Dockerfile

This file was deleted.

13 changes: 10 additions & 3 deletions .devcontainer/devcontainer.json
Expand Up @@ -7,9 +7,16 @@
"VARIANT": "18"
}
},
"settings": {
"terminal.integrated.shell.linux": "/bin/bash"
"customizations": {
"env": {
"PATH": "/usr/local/share/.config/yarn/global/node_modules/.bin:$PATH"
},
"vscode": {
"settings": {
"terminal.integrated.shell.linux": "/bin/bash"
},
"extensions": ["dbaeumer.vscode-eslint"]
}
},
"extensions": ["dbaeumer.vscode-eslint"],
"remoteUser": "node"
}

0 comments on commit 0769273

Please sign in to comment.