Files
BuildImages/godot/Dockerfile
T
yagigreg bd910841b6
ci/woodpecker/push/woodpecker Pipeline was successful
fix path to entrypoint
2026-04-25 13:06:12 -05:00

10 lines
154 B
Docker

FROM barichello/godot-ci:4.6
ENV PLUGIN_SOURCE=.
ENV PLUGIN_EXPORT_TEMPLATE="Windows Desktop"
ADD entrypoint /entrypoint
ENTRYPOINT []
CMD /entrypoint