mirror of
https://github.com/kennethnym/aris.git
synced 2026-03-27 12:21:17 +00:00
Compare commits
2 Commits
fix/servic
...
fix/tailsc
| Author | SHA1 | Date | |
|---|---|---|---|
|
6114997d5c
|
|||
| 1596f2bedf |
@@ -10,8 +10,8 @@
|
|||||||
"context": ".",
|
"context": ".",
|
||||||
"dockerfile": "Dockerfile"
|
"dockerfile": "Dockerfile"
|
||||||
},
|
},
|
||||||
"postCreateCommand": "bun install && ./scripts/setup-tailscale.sh",
|
"postCreateCommand": "bun install",
|
||||||
"postStartCommand": "./scripts/setup-git.sh && ./scripts/setup-nvim.sh",
|
"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
|
// 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.
|
// Beware: features are not supported on all platforms and may have unintended side-effects.
|
||||||
"features": {
|
"features": {
|
||||||
|
|||||||
Reference in New Issue
Block a user