Skip to content

Commit

Permalink
[fix] npm iに変更
Browse files Browse the repository at this point in the history
  • Loading branch information
TkymHrt committed Dec 4, 2024
1 parent 0963ef9 commit 31b7d40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ services:
volumes:
- ./view-user:/app
working_dir: /app
command: sh -c "npm ci && npm run dev"
command: sh -c "npm i && npm run dev"
ports:
- "3000:3000"
env_file:
Expand All @@ -51,7 +51,7 @@ services:
volumes:
- ./view-admin:/app
working_dir: /app
command: sh -c "npm ci && npm run dev"
command: sh -c "npm i && npm run dev"
ports:
- "3001:3000"
env_file:
Expand Down

0 comments on commit 31b7d40

Please sign in to comment.