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