feat: wire docker job into nightly workflow and update Dockerfile for both flavours

This commit is contained in:
itsRevela
2026-04-28 17:31:58 -05:00
parent 54b60867d4
commit 3c1a7c174a
3 changed files with 78 additions and 17 deletions
+1 -3
View File
@@ -5,9 +5,7 @@ services:
dockerfile: docker/dedicated-server/Dockerfile
args:
# Bakes the vanilla (no plugin support) server flavour built with CMake.
# The FourKit-enabled flavour is intentionally NOT shipped via Docker
# yet because hosting .NET 10 self-contained through Wine has not been
# smoke-tested. Run the FourKit server natively on Windows instead.
# See docker-compose.dedicated-server.fourkit.yml for the FourKit flavour.
MC_RUNTIME_DIR: ${MC_RUNTIME_DIR:-build/windows64/Minecraft.Server/Release}
container_name: lce-revelations-dedicated-server
restart: unless-stopped