mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 16:59:41 +00:00
Clear the docker setup - Deprecate post-create.sh and use bin/setup (#30502)
This commit is contained in:
committed by
GitHub
parent
a729104a41
commit
cd4b00810d
@@ -30,7 +30,7 @@
|
||||
},
|
||||
|
||||
"onCreateCommand": "git config --global --add safe.directory ${containerWorkspaceFolder}",
|
||||
"postCreateCommand": ".devcontainer/post-create.sh",
|
||||
"postCreateCommand": "bin/setup",
|
||||
"waitFor": "postCreateCommand",
|
||||
|
||||
"customizations": {
|
||||
|
||||
Reference in New Issue
Block a user