Skip to content

Commit

Permalink
Add .pnpm-store volume to docker-compose.yml to reap the benefits of …
Browse files Browse the repository at this point in the history
…pnpm (#78)
  • Loading branch information
Carbrex authored Apr 20, 2024
1 parent 0ea8af9 commit e352c49
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ services:
- 8090:8080
volumes:
- ./repos/chessground:/app
- ./.pnpm-store:/.pnpm-store
profiles:
- chessground

Expand All @@ -111,6 +112,7 @@ services:
- 8091:8080
volumes:
- ./repos/pgn-viewer:/app
- ./.pnpm-store:/.pnpm-store
profiles:
- pgn-viewer

Expand Down Expand Up @@ -191,6 +193,7 @@ services:
- ./repos/lila:/lila
- ./repos/chessground:/chessground
- ./repos/pgn-viewer:/pgn-viewer
- ./.pnpm-store:/.pnpm-store
profiles:
- utils

Expand Down

0 comments on commit e352c49

Please sign in to comment.