fix CMD
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2024-12-15 01:20:42 -06:00
parent 860c55bc12
commit 888b934074

View File

@@ -3,4 +3,4 @@ FROM flashlight13/godot:4.3
ENV PLUGIN_SOURCE=.
ENV PLUGIN_EXPORT_TEMPLATE="Windows Desktop"
RUN godot --headless --path "$PLUGIN_SOURCE" --export-release "$PLUGIN_SOURCE" "$PLUGIN_TARGET"
CMD godot --headless --path "$PLUGIN_SOURCE" --export-release "$PLUGIN_SOURCE" "$PLUGIN_TARGET"