fix: move copilot credentials to volume
All checks were successful
Container build / container-build (push) Successful in 2m33s

This commit is contained in:
Job
2024-09-28 20:05:30 +02:00
parent 5c7db03b32
commit 755605b2fb
2 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ podman run -it \
-v ~/Documents:/home/user/Documents \
-v ~/.ssh:/home/user/.ssh \
-v ~/.config/git:/home/user/.config/git \
-v ~/.config/github-copilot:/home/user/.config/github-copilot \
-v "$name"-copilot:/home/user/.config/github-copilot \
-v "$name"-local:/home/user/.local \
--security-opt label=disable \
--userns=keep-id \