Commit Graph

4 Commits

Author SHA1 Message Date
297902a686
Handle SIGTERM to stop Minecraft gracefully
- Set up SIGTERM signal trap to invoke stop_server
- Ensure proper process exit and cleanup after the server stops
- Create makefile to build, clean, and install builds
2024-05-15 03:22:34 -04:00
381bd9eeff
Refactor image, Java sourcing, and add entrypoint
- Moved to debian-slim base image to minimize size
- Transitioned to Adoptium APT repos for flexibility in Java versions
- Added an entrypoint script that configures EULA and server settings
- Run server in resumable screen for console access in the container
2024-05-12 02:59:45 -04:00
0c19cc1913
Update the Dockerfile for readability
- Make the download/verify section more readable
- Add JVM_OPTS to CMD
- Use ARG EULA during the build
- Update build instructions in README
2024-05-10 03:19:58 -04:00
08fc5d16c8
Download and verify server.jar hash 2024-05-09 04:25:35 -04:00