mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Added github-cli and some zsh plugins to dev container (#21460)
no issue - The Dev Container didn't have the Github CLI installed, so this adds that using Dev Container "[features](https://containers.dev/implementors/features/)" - It also adds oh-my-zsh and a few plugins that are nice to have when developing.
This commit is contained in:
parent
eb9483abb6
commit
d4d45de3de
1 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,11 @@
|
|||
{
|
||||
"name": "Ghost Local DevContainer",
|
||||
"features": {
|
||||
"ghcr.io/devcontainers/features/github-cli:1": {},
|
||||
"ghcr.io/nils-geistmann/devcontainers-features/zsh:0": {
|
||||
"plugins": "git yarn gh"
|
||||
}
|
||||
},
|
||||
"dockerComposeFile": ["./.docker/base.compose.yml", "./.docker/base-devcontainer.compose.yml"],
|
||||
"service": "ghost",
|
||||
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
|
||||
|
|
Loading…
Add table
Reference in a new issue