diff options
| author | RyotaK <49341894+Ry0taK@users.noreply.github.com> | 2023-02-14 13:17:34 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-14 13:17:34 +0900 |
| commit | c7fbf5637ff6a4781f81babf81bee395b06a71c7 (patch) | |
| tree | 13b3f8635847c0c897467595d1286d22f0285115 /.devcontainer/init.sh | |
| parent | fix(client): use tabler icons (#9915) (diff) | |
| download | sharkey-c7fbf5637ff6a4781f81babf81bee395b06a71c7.tar.gz sharkey-c7fbf5637ff6a4781f81babf81bee395b06a71c7.tar.bz2 sharkey-c7fbf5637ff6a4781f81babf81bee395b06a71c7.zip | |
fix: Dev Containerの設定を修正 (#9921)
* Dev Containerの設定を修正
* CONTRIBUTING.mdにDev Container使用時の注意書きを追加
* 注意書きを改行する
Diffstat (limited to '.devcontainer/init.sh')
| -rwxr-xr-x | .devcontainer/init.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.devcontainer/init.sh b/.devcontainer/init.sh index 552b229fa5..450c3920c3 100755 --- a/.devcontainer/init.sh +++ b/.devcontainer/init.sh @@ -2,6 +2,7 @@ set -xe +sudo chown -R node /workspace git submodule update --init pnpm install --frozen-lockfile cp .devcontainer/devcontainer.yml .config/default.yml |