Skip to content

Commit

Permalink
fixed path to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
iancaseydouglas committed Aug 15, 2024
1 parent 6f5d814 commit 5ddaf6d
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
@@ -1,7 +1,7 @@
{
"name": "Go Development Container",
"build": {
"dockerfile": "Dockerfile",
"dockerfile": "../Dockerfile",
"context": ".."
},
"customizations": {
Expand Down

0 comments on commit 5ddaf6d

Please sign in to comment.