fix devcontainer setup

This commit is contained in:
Jason Hunter
2021-05-04 18:12:35 -04:00
committed by Blake Blackshear
parent 0f1bc40f00
commit 1c0162c181
3 changed files with 22 additions and 24 deletions

View File

@@ -3,7 +3,7 @@
"context": "..",
"dockerComposeFile": "../docker-compose.yml",
"service": "dev",
"workspaceFolder": "/workspace",
"workspaceFolder": "/opt/frigate",
"shutdownAction": "stopCompose",
"extensions": [
"ms-python.python",
@@ -26,4 +26,4 @@
"files.trimTrailingWhitespace": true,
"terminal.integrated.shell.linux": "/bin/bash"
}
}
}