diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 0ecf12a91..d9d26c87c 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -67,6 +67,16 @@ "options": { "cwd": "${workspaceFolder}/cli" }, + }, + { + "type": "shell", + "command": "docker build -t monitor_periphery -f Dockerfile.periphery .", + "label": "docker build periphery" + }, + { + "type": "shell", + "command": "docker build -t monitor_core -f Dockerfile.core .", + "label": "docker build core" } ] } \ No newline at end of file