Skip to content

Commit

Permalink
Add .devcontainer/ to the build path
Browse files Browse the repository at this point in the history
  • Loading branch information
dbirks committed Jun 7, 2024
1 parent a3922f2 commit 3c79701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fabric-runtime/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Fabric Runtime ${templateOption:imageVariant}",
"build": {
"dockerfile": "${templateOption:imageVariant}/Dockerfile"
"dockerfile": ".devcontainer/${templateOption:imageVariant}/Dockerfile"
}
// "image": "mcr.microsoft.com/devcontainers/python:1-3.10-bookworm", // Matching Fabric Runtime 1.2
// "features": {
Expand Down

0 comments on commit 3c79701

Please sign in to comment.