Support for restarting the whole server when there are 0 players

This commit is contained in:
TheiLLeniumStudios
2023-02-09 15:50:41 +00:00
parent a39ccb3740
commit 1b6513ee83
4 changed files with 20 additions and 11 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# Container image that runs your code
FROM alpine:3.17
RUN apk add --no-cache git
RUN apk add --no-cache git jq
# Use icecon instead. For some reason rcon-cli doesn't send a valid command
#ARG RCON_VERSION="0.10.2"