This commit is contained in:
Andrew Maguire
2023-01-01 22:24:45 +00:00
parent 229e7c7b0c
commit c4b61bf84c
+1 -1
View File
@@ -1,5 +1,5 @@
{
"initializeCommand": "apt-get update -y && apt install docker-compose -y && apt install docker-compose-plugin -y",
"initializeCommand": "apt-get update -y && apt-get install docker-compose -y && apt-get install docker-compose-plugin -y",
"dockerComposeFile": "../docker-compose.yaml",
"forwardPorts": [3000]
}