Remove postCreateCommand from devcontainer.json

This commit is contained in:
Jack Case
2026-01-05 13:18:57 -05:00
committed by GitHub
parent 2733ccc737
commit 1ab268407b

View File

@@ -3,5 +3,4 @@
"features": {
"ghcr.io/devcontainers-community/npm-features/typescript:1": {}
},
"postCreateCommand": "apt-get update && apt-get install -y firefox xvfb libxss1 libappindicator1 libindicator7"
}