mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-29 11:49:13 -04:00
move server.ts
This commit is contained in:
parent
f727adacc7
commit
4cf2e61dc0
13 changed files with 36 additions and 35 deletions
|
@ -17,6 +17,8 @@ services:
|
|||
volumes:
|
||||
- ./src:/opt/etherpad-lite/src
|
||||
- ./package.json:/opt/etherpad-lite/package.json
|
||||
- ./pnpm-lock.yaml:/opt/etherpad-lite/pnpm-lock.yaml
|
||||
- ./server.ts:/opt/etherpad-lite/server.ts
|
||||
- node_modules:/opt/etherpad-lite/src/node_modules
|
||||
- pnpm-store:/home/etherpad/.local/share/pnpm/store/v3
|
||||
depends_on:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue