Skip to content
Snippets Groups Projects
Commit d53a177e authored by Ry0taK's avatar Ry0taK
Browse files

fix: macOS上でDevContainerが動作しない問題を修正

parent 4cf3bc53
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