made separate compose file for dev container

This commit is contained in:
John Lancaster
2023-06-09 21:40:48 -05:00
parent f9192ff4c5
commit b2c121a7e7
3 changed files with 20 additions and 3 deletions

View File

@@ -1,10 +1,10 @@
{
"name": "Kwaylon",
"dockerComposeFile": "../docker-compose.yml",
"dockerComposeFile": "./docker-compose.yml",
"service": "kwaylon",
"workspaceFolder": "/kwaylon",
"shutdownAction": "stopCompose",
// "build": {
// "build": {
// "dockerfile": "./Dockerfile",
// "context": "../"
// },