add context to docker compose and service

This commit is contained in:
Andrew Maguire
2023-01-01 23:28:24 +00:00
parent c4b61bf84c
commit 1b081b5641
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{
"initializeCommand": "apt-get update -y && apt-get install docker-compose -y && apt-get install docker-compose-plugin -y",
"service": "web",
"dockerComposeFile": "../docker-compose.yaml",
"forwardPorts": [3000]
}