Fixed docker build.

This commit is contained in:
SamTV12345 2024-02-24 11:04:10 +01:00
parent 3b6a9ccdb3
commit b6433a91fd
4 changed files with 6 additions and 9 deletions

View file

@ -19,8 +19,7 @@
"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",
"next-build": "pnpm --filter ep_etherpad-lite run build-next"
"ts-check:watch": "pnpm --filter ep_etherpad-lite run ts-check:watch"
},
"dependencies": {
"ep_etherpad-lite": "workspace:./src"