added signal handler to native executable
All checks were successful
CI / build (push) Successful in 33m50s

This commit is contained in:
2025-02-25 19:15:48 +08:00
parent 60bc4375cf
commit 37da03c719
4 changed files with 15 additions and 3 deletions

View File

@@ -18,4 +18,4 @@ ENTRYPOINT ["java", "-Dlogback.configurationFile=logback.xml", "-XX:+UseSerialGC
FROM scratch AS release-native
ADD rbcs-cli.upx rbcs-cli
ENTRYPOINT rbcs-cli
ENTRYPOINT ["./rbcs-cli"]