Skip to content

Commit 076a1c8

Browse files
committed
chore(devcontainer): add poststart and initialize commands
Signed-off-by: Xe Iaso <[email protected]>
1 parent aff78cd commit 076a1c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
"runArgs": [
1313
"--net=host"
1414
],
15+
"postStartCommand": "npm ci && go mod download",
16+
"initializeCommand": "mkdir -p ${localEnv:HOME}${localEnv:USERPROFILE}/.local/share/atuin",
1517
// Features to add to the dev container. More info: https://containers.dev/features.
1618
"features": {
1719
"ghcr.io/xe/devcontainer-features/deno:1.2.1": {},

0 commit comments

Comments
 (0)