3c7e1ff92e
* Dev Containerの設定を追加 * テンプレート生成時に含まれていたコメントを削除 * 起動スクリプトを分割 JSONの中にベタ書きすると長くなるので * 改行 * Dev Containerの使用方法を追記
12 lines
298 B
JSON
12 lines
298 B
JSON
{
|
|
"name": "Misskey",
|
|
"dockerComposeFile": "docker-compose.yml",
|
|
"service": "app",
|
|
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
|
|
"features": {
|
|
"ghcr.io/devcontainers-contrib/features/pnpm:2": {}
|
|
},
|
|
"forwardPorts": [3000],
|
|
"postCreateCommand": ".devcontainer/init.sh"
|
|
}
|