Skip to content

Commit

Permalink
Fix relative paths
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass committed Dec 4, 2024
1 parent 85ef923 commit dbb029f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "py_trees-310",

"build": {
"dockerfile": "../../Dockerfile",
"dockerfile": "./Dockerfile",
"args": {
"NAME": "py_trees-310",
"POETRY_VERSION": "1.8.4",
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/py312/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "py_trees-312",

"build": {
"dockerfile": "./Dockerfile",
"dockerfile": "../../Dockerfile",
"args": {
"NAME": "py_trees-312",
"POETRY_VERSION": "1.8.4",
Expand Down

0 comments on commit dbb029f

Please sign in to comment.