Files
BuildImages/godot/Dockerfile
Gregory Marco ddd122dbe0
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Unset entrypoint and fix export template call.
2024-12-15 02:09:23 -06:00

8 lines
214 B
Docker

FROM flashlight13/godot:4.3
ENV PLUGIN_SOURCE=.
ENV PLUGIN_EXPORT_TEMPLATE="Windows Desktop"
ENTRYPOINT []
CMD godot --headless --path "$PLUGIN_SOURCE" --export-release "$PLUGIN_EXPORT_TEMPLATE" "$PLUGIN_TARGET"