Skip to content

Commit

Permalink
Update to use remote image
Browse files Browse the repository at this point in the history
  • Loading branch information
ewpratten committed Aug 29, 2020
1 parent ae86e58 commit c84f736
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name":"Codespaces",
"build":{
"dockerfile": "Dockerfile",
"args": {
}
},
// "build":{
// "dockerfile": "Dockerfile",
// "args": {
// }
// },
"image":"ewpratten/frc_devcontainer:2020.3.2",
"settings": {
"terminal.integrated.shell.linux":"/bin/bash"
},
Expand Down

0 comments on commit c84f736

Please sign in to comment.