Skip to content

Commit

Permalink
chore: change Docker build context to current directory (#100)
Browse files Browse the repository at this point in the history
Updated the Docker build context setting from parent directory to the current directory in .devcontainer/devcontainer.json to ensure the build process uses the intended files.
  • Loading branch information
gabynevada authored Sep 6, 2024
1 parent 2ee23c9 commit 5c7c71c
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 @@ -4,7 +4,7 @@
"name": "Blazor Reports Development",
"build": {
// Sets the run context to one level up instead of the .devcontainer folder.
"context": "..",
"context": ".",
// Update the 'dockerFile' property if you aren't using the standard 'Dockerfile' filename.
"dockerfile": "BlazorReports.Dev.Dockerfile"
},
Expand Down

0 comments on commit 5c7c71c

Please # to comment.