mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-04 04:54:09 +00:00
5 lines
85 B
Docker
5 lines
85 B
Docker
|
FROM busybox
|
||
|
COPY ./src/start.sh /start.sh
|
||
|
RUN chmod a+x /start.sh
|
||
|
CMD ["/start.sh"]
|