mirror of
https://github.com/cotes2020/chirpy-starter.git
synced 2025-04-12 07:33:27 +10:00
Allow running under podman
This commit is contained in:
parent
6ae7825809
commit
666f0a7c81
@ -2,6 +2,8 @@
|
||||
"name": "Jekyll",
|
||||
"image": "mcr.microsoft.com/devcontainers/jekyll:2-bullseye",
|
||||
"onCreateCommand": "git config --global --add safe.directory ${containerWorkspaceFolder}",
|
||||
"runArgs": ["--userns=keep-id:uid=1000,gid=1000"],
|
||||
"containerUser": "vscode",
|
||||
"postCreateCommand": "bash .devcontainer/post-create.sh",
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user