summaryrefslogtreecommitdiff
path: root/.devcontainer/devcontainer.json
diff options
context:
space:
mode:
authorおやき <154856000+oyakimochocho@users.noreply.github.com>2024-06-12 11:08:42 +0900
committerGitHub <noreply@github.com>2024-06-12 11:08:42 +0900
commit92367cf70065dca5e33ece2266f0318c3b682d1a (patch)
tree0930c511862f48edc806ba6376630160ed024346 /.devcontainer/devcontainer.json
parentfix(frontend): 追加情報のラベルを投稿者のサーバーの絵文... (diff)
downloadsharkey-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.json2
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": [