Skip to content

Commit

Permalink
Use top-level Dockerfile in .devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaim committed Oct 21, 2024
1 parent a41e952 commit 768fe68
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 @@ -5,7 +5,7 @@

// More info: https://containers.dev/guide/dockerfile
"build": {
"dockerfile": "Dockerfile"
"dockerfile": "../Dockerfile"
},

// Features to add to the dev container. More info: https://containers.dev/features.
Expand Down

0 comments on commit 768fe68

Please sign in to comment.