move server.ts

This commit is contained in:
Jannik Streek 2024-02-19 15:25:04 +01:00
parent f727adacc7
commit 4cf2e61dc0
13 changed files with 36 additions and 35 deletions

View file

@ -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: