diff options
| author | tamaina <tamaina@hotmail.co.jp> | 2023-02-14 07:25:29 +0000 |
|---|---|---|
| committer | tamaina <tamaina@hotmail.co.jp> | 2023-02-14 07:25:29 +0000 |
| commit | d0aba46ee35fb224666ff135529fcd1acb4e8c54 (patch) | |
| tree | de026de57b9e49d5e3f829b72c28fcd9fc2cbf1d /.devcontainer/devcontainer.json | |
| parent | fix(client): ユーザーページのファイル付きTLはリプライも... (diff) | |
| parent | Revert "attempt matrix build (#9927)" (#9930) (diff) | |
| download | sharkey-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.json | 4 |
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" } |