fix: move copilot credentials to volume
All checks were successful
Container build / container-build (push) Successful in 2m33s
All checks were successful
Container build / container-build (push) Successful in 2m33s
This commit is contained in:
2
enter.sh
2
enter.sh
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user