Harden docker and other small changes (#695)

* harder better faster stronger

* add image to docker compose

* Comment out image
This commit is contained in:
Commandcracker
2025-04-09 08:57:49 +02:00
committed by GitHub
parent 91ef79325a
commit 8210588f47
2 changed files with 9 additions and 0 deletions

View File

@@ -29,3 +29,4 @@ WORKDIR /pumpkin
ENV RUST_BACKTRACE=1
EXPOSE 25565
ENTRYPOINT [ "/bin/pumpkin" ]
HEALTHCHECK CMD nc -z 127.0.0.1 25565 || exit 1