6 lines
145 B
Bash
Raw Normal View History

2023-05-06 14:34:53 +02:00
#!/bin/bash
# This is the main process of the container and will stay alive as long as pm2 log is running.
pm2 start startServices.json
pm2 log