mirror of
https://github.com/ArtemSBulgakov/buildozer-action.git
synced 2024-08-16 10:09:52 +02:00
7 lines
170 B
Text
7 lines
170 B
Text
|
FROM kivy/buildozer:latest
|
||
|
# See https://github.com/kivy/buildozer/blob/master/Dockerfile
|
||
|
|
||
|
COPY entrypoint.sh /action/entrypoint.sh
|
||
|
|
||
|
ENTRYPOINT ["/action/entrypoint.sh"]
|