mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-07 07:37:11 -04:00
fix pnpm mount
This commit is contained in:
parent
247cb45ce8
commit
6c524e04c8
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ services:
|
|||
volumes:
|
||||
- ./src:/opt/etherpad-lite/src
|
||||
- node_modules:/opt/etherpad-lite/src/node_modules
|
||||
- pnpm-store:/opt/etherpad-lite/src/.pnpm-store
|
||||
- pnpm-store:/home/etherpad/.local/share/pnpm/store/v3
|
||||
depends_on:
|
||||
- postgres
|
||||
environment:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue