Skip to content
Snippets Groups Projects
Unverified Commit 2bb0a5ac authored by tamaina's avatar tamaina Committed by GitHub
Browse files

Merge pull request #10207 from Ry0taK/fix/devcontainer-on-macos

fix: macOS上でDev Containersが動作しない問題を修正
parents b4835c7e d53a177e
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ services:
- external_network
redis:
restart: always
restart: unless-stopped
image: redis:7-alpine
networks:
- internal_network
......
......@@ -4,6 +4,7 @@ set -xe
sudo chown -R node /workspace
git submodule update --init
pnpm config set store-dir /home/node/.local/share/pnpm/store
pnpm install --frozen-lockfile
cp .devcontainer/devcontainer.yml .config/default.yml
pnpm build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment