Update devcontainer.json

This commit is contained in:
Martti Malmi 2023-03-14 10:48:11 +02:00 committed by GitHub
parent 9e90f3e576
commit 47144dd2e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,5 +2,6 @@
"name": "Docker Compose",
"dockerComposeFile": "../docker-compose.yml",
"service": "iris-messenger",
"workspaceFolder": "/iris-messenger",
"appPort": [8080]
}