mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-09 08:25:00 -04:00
Use tsx and optimized docker image.
This commit is contained in:
parent
9842a03c12
commit
c10867c52e
4 changed files with 191 additions and 114 deletions
|
@ -32,4 +32,4 @@ src/bin/installDeps.sh "$@" || exit 1
|
|||
# Move to the node folder and start
|
||||
log "Starting Etherpad..."
|
||||
|
||||
exec node ts-node src/node/server.ts "$@"
|
||||
exec npm run dev --prefix ./src "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue