summaryrefslogtreecommitdiff
path: root/.devcontainer/devcontainer.json
diff options
context:
space:
mode:
authortamaina <tamaina@hotmail.co.jp>2023-02-14 07:25:29 +0000
committertamaina <tamaina@hotmail.co.jp>2023-02-14 07:25:29 +0000
commitd0aba46ee35fb224666ff135529fcd1acb4e8c54 (patch)
treede026de57b9e49d5e3f829b72c28fcd9fc2cbf1d /.devcontainer/devcontainer.json
parentfix(client): ユーザーページのファイル付きTLはリプライも... (diff)
parentRevert "attempt matrix build (#9927)" (#9930) (diff)
downloadsharkey-d0aba46ee35fb224666ff135529fcd1acb4e8c54.tar.gz
sharkey-d0aba46ee35fb224666ff135529fcd1acb4e8c54.tar.bz2
sharkey-d0aba46ee35fb224666ff135529fcd1acb4e8c54.zip
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
Diffstat (limited to '.devcontainer/devcontainer.json')
-rw-r--r--.devcontainer/devcontainer.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index e92f9dff78..fde7ec0f2b 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -2,10 +2,10 @@
"name": "Misskey",
"dockerComposeFile": "docker-compose.yml",
"service": "app",
- "workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
+ "workspaceFolder": "/workspace",
"features": {
"ghcr.io/devcontainers-contrib/features/pnpm:2": {}
},
"forwardPorts": [3000],
- "postCreateCommand": ".devcontainer/init.sh"
+ "postCreateCommand": "sudo chmod 755 .devcontainer/init.sh && .devcontainer/init.sh"
}