mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-01 04:39:12 -04:00
Added new command to setup etherpad. Fixed Dockerfile
This commit is contained in:
parent
a2ad4b1975
commit
550a29f3e6
4 changed files with 15 additions and 9 deletions
|
@ -29,7 +29,8 @@
|
|||
"install-plugins": "pnpm --filter bin run plugins i",
|
||||
"remove-plugins": "pnpm --filter bin run remove-plugins",
|
||||
"list-plugins": "pnpm --filter bin run list-plugins",
|
||||
"build:etherpad": "pnpm --filter admin run build-copy && pnpm --filter ui run build-copy"
|
||||
"build:etherpad": "pnpm --filter admin run build-copy && pnpm --filter ui run build-copy",
|
||||
"build:ui": "pnpm --filter ui run build-copy && pnpm --filter admin run build-copy"
|
||||
},
|
||||
"dependencies": {
|
||||
"ep_etherpad-lite": "workspace:./src"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue