Skip to content

Commit

Permalink
dev: mount shared dir for ankicard generation
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBernstorff committed Nov 18, 2023
1 parent ed6f51c commit f872ed0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,12 @@
},
"mounts": [
"source=${localEnv:HOME}/.config/gh/hosts.yml,target=/root/.config/gh/hosts.yml,type=bind,consistency=cache", // GitHub CLI authentication login
"source=${localEnv:HOME}/ankidecks,target=/output/,type=bind,consistency=cache",
"source=/Users/Shared/life-lessons/docs/life-lessons/,target=/input/,type=bind,consistency=cache",
],
"features": {
"ghcr.io/devcontainers/features/github-cli:1": {}
},
"mounts": [
"source=${localEnv:HOME}/.config/gh/hosts.yml,target=/root/.config/gh/hosts.yml,type=bind,consistency=cache",
],
"postStartCommand": "make install"
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
Expand Down

0 comments on commit f872ed0

Please sign in to comment.