Use tsx and optimized docker image.

This commit is contained in:
SamTV12345 2024-01-21 11:32:26 +01:00
parent 9842a03c12
commit c10867c52e
4 changed files with 191 additions and 114 deletions

View file

@ -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 "$@"