From a33167ebb5f6602bef63f6b1dd537b76e2cbe984 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Thu, 30 Jan 2025 15:41:36 +0100 Subject: [PATCH] Verbose build --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 09645d1..9e48efc 100644 --- a/Containerfile +++ b/Containerfile @@ -22,7 +22,7 @@ RUN mkdir -p /root/.local/share/godot/export_templates/4.3.stable/ COPY --from=dudo /out/templates /root/.local/share/godot/export_templates/4.3.stable COPY . . RUN mkdir /out -RUN godot --headless --export-debug "[Dedicated Server] Linux" /out/open_strike +RUN godot --verbose --headless --export-debug "[Dedicated Server] Linux" /out/open_strike FROM ubuntu RUN apt-get update -y && apt-get install fontconfig -y