diff options
| author | おやき <154856000+oyakimochocho@users.noreply.github.com> | 2024-06-12 11:08:42 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-12 11:08:42 +0900 |
| commit | 92367cf70065dca5e33ece2266f0318c3b682d1a (patch) | |
| tree | 0930c511862f48edc806ba6376630160ed024346 /.devcontainer/devcontainer.json | |
| parent | fix(frontend): 追加情報のラベルを投稿者のサーバーの絵文... (diff) | |
| download | sharkey-92367cf70065dca5e33ece2266f0318c3b682d1a.tar.gz sharkey-92367cf70065dca5e33ece2266f0318c3b682d1a.tar.bz2 sharkey-92367cf70065dca5e33ece2266f0318c3b682d1a.zip | |
node_modulesをvolume化して高速化+パーミッション問題回避、git submodule update時にローカルにsubmoduleがあっても問題が起こらないようにする (#13956)
Diffstat (limited to '.devcontainer/devcontainer.json')
| -rw-r--r-- | .devcontainer/devcontainer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 31b6212cb5..344edbd65d 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -10,7 +10,7 @@ "ghcr.io/devcontainers-contrib/features/corepack:1": {} }, "forwardPorts": [3000], - "postCreateCommand": "sudo chmod 755 .devcontainer/init.sh && .devcontainer/init.sh", + "postCreateCommand": "/bin/bash .devcontainer/init.sh", "customizations": { "vscode": { "extensions": [ |