Start server without paths.

This commit is contained in:
SamTV12345 2023-06-25 16:49:17 +02:00
parent 798543fb45
commit 8926677a66
No known key found for this signature in database
GPG key ID: E63EEC7466038043
13 changed files with 2657 additions and 74 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 src/node/server.js "$@"
exec node src/dist/node/server.js "$@"