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