anuj commited on
Commit
c4aa22c
1 Parent(s): 3df5204
Files changed (1) hide show
  1. start-mongodb.sh +0 -1
start-mongodb.sh CHANGED
@@ -9,6 +9,5 @@ until mongosh --eval "print(\"waited for connection\")" > /dev/null 2>&1; do
9
  sleep 1
10
  done
11
 
12
- su rocketchat
13
  # Start the Node.js application
14
  exec node /app/bundle/main.js
 
9
  sleep 1
10
  done
11
 
 
12
  # Start the Node.js application
13
  exec node /app/bundle/main.js