Fixed docker start.

This commit is contained in:
SamTV12345 2024-02-24 11:42:21 +01:00
parent b6433a91fd
commit 9767a78b78
4 changed files with 19 additions and 5 deletions

View file

@ -19,7 +19,8 @@
"dev": "pnpm --filter ep_etherpad-lite run dev",
"prod": "pnpm --filter ep_etherpad-lite run prod",
"ts-check": "pnpm --filter ep_etherpad-lite run ts-check",
"ts-check:watch": "pnpm --filter ep_etherpad-lite run ts-check:watch"
"ts-check:watch": "pnpm --filter ep_etherpad-lite run ts-check:watch",
"next-build": "pnpm --filter ep_etherpad-lite run build-next"
},
"dependencies": {
"ep_etherpad-lite": "workspace:./src"