Skip to content

Commit

Permalink
add docker file dev
Browse files Browse the repository at this point in the history
  • Loading branch information
yunwei37 committed Mar 24, 2023
1 parent 393a9f4 commit 13522f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"build": { "dockerfile": "Dockerfile" },
"build": {
"context": "..",
"dockerfile": "../dockerfile-dev"
}
}
File renamed without changes.

0 comments on commit 13522f9

Please sign in to comment.