mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-07 23:55:12 -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:
|
volumes:
|
||||||
- ./src:/opt/etherpad-lite/src
|
- ./src:/opt/etherpad-lite/src
|
||||||
- node_modules:/opt/etherpad-lite/src/node_modules
|
- 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:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue