Skip to content

Commit

Permalink
change devcontainer to use dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismatteson committed Jul 26, 2023
1 parent 1a99d99 commit 53d7111
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 @@ -2,7 +2,7 @@
"name": "Fermyon Spin",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
//"image": "ghcr.io/fermyon/workshops/dev-container:20230610-183549-gf41b5aa",
//"build": {
"build": {
"dockerfile": "Dockerfile"
},
"customizations": {
Expand Down

0 comments on commit 53d7111

Please sign in to comment.