Files
online-energieausweis/.vscode/tasks.json
2024-01-13 13:27:07 +07:00

12 lines
250 B
JSON

{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "Docker Container Starten",
"type": "shell",
"command": "docker-compose up"
}
]
}