Fixed the docker entrypoint script as it wasn't allowing a proper shutdown
All checks were successful
Production deployment / Build (push) Successful in 1m39s
Production deployment / Deploying (push) Successful in 5s

This commit was merged in pull request #12.
This commit is contained in:
2023-09-17 20:03:57 +02:00
parent 979d34e0b8
commit 125e92be13

View File

@@ -1,2 +1,2 @@
#!/bin/bash #!/bin/bash
java -jar JdrBot.jar --heartbeat "zabbix_sender -z 192.168.1.36 -s \"zabbix-monitoring\" -k discordBots.jdrbot.ping -o {ping}" exec java -jar JdrBot.jar --heartbeat "zabbix_sender -z 192.168.1.36 -s \"zabbix-monitoring\" -k discordBots.jdrbot.ping -o {ping}"