mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-30 18:46:57 +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"]
|