From 21b7d299a6bc127abf73bda76e3273f883caae8f Mon Sep 17 00:00:00 2001 From: Kenneth Date: Tue, 24 Mar 2026 22:59:03 +0000 Subject: [PATCH] fix: move tailscale setup to postStartCommand (#98) Co-authored-by: Ona --- .devcontainer/devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 834275b..5854123 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -10,8 +10,8 @@ "context": ".", "dockerfile": "Dockerfile" }, - "postCreateCommand": "bun install && ./scripts/setup-tailscale.sh", - "postStartCommand": "./scripts/setup-git.sh && ./scripts/setup-nvim.sh", + "postCreateCommand": "bun install", + "postStartCommand": "./scripts/setup-git.sh && ./scripts/setup-nvim.sh && ./scripts/setup-tailscale.sh", // Features add additional features to your environment. See https://containers.dev/features // Beware: features are not supported on all platforms and may have unintended side-effects. "features": {