mirror of
https://github.com/kennethnym/aris.git
synced 2026-03-26 03:41:18 +00:00
feat: auto-login to tailscale in devcontainer (#96)
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
"context": ".",
|
||||
"dockerfile": "Dockerfile"
|
||||
},
|
||||
"postCreateCommand": "bun install",
|
||||
"postCreateCommand": "bun install && ./scripts/setup-tailscale.sh",
|
||||
"postStartCommand": "./scripts/setup-git.sh && ./scripts/setup-nvim.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.
|
||||
|
||||
Reference in New Issue
Block a user