Files
BuildImages/godot/Dockerfile
T
yagigreg fe6146c489
ci/woodpecker/push/woodpecker Pipeline was successful
Make directory for output target
2026-04-25 13:03:48 -05:00

10 lines
153 B
Docker

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