From 45ab233d3a51ae98a63dba1811c632c37514bdbc Mon Sep 17 00:00:00 2001 From: Kirill Gavrilov Date: Sat, 18 Jul 2026 19:43:39 +0300 Subject: [PATCH] build from Dockerfile --- .devcontainer/restricted/devcontainer.json | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/.devcontainer/restricted/devcontainer.json b/.devcontainer/restricted/devcontainer.json index f41abab..a15b6cf 100644 --- a/.devcontainer/restricted/devcontainer.json +++ b/.devcontainer/restricted/devcontainer.json @@ -1,14 +1,8 @@ { - "image": "mcr.microsoft.com/devcontainers/javascript-node:24", - "runArgs": [ - "--device=/dev/fuse", - "--security-opt", "apparmor=unconfined", - "--security-opt", "seccomp=unconfined" - ], - - "capAdd": [ - "SYS_ADMIN" - ], + "build": { + "dockerfile": "../../docker/ci-runner.Dockerfile", + "target": "devcontainer" + }, "name": "Obsidian Timecodes Plugin - restricted container", "postCreateCommand": "pnpm install",