This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
balena-cli
Watch
1
Star
0
Fork
0
You've already forked balena-cli
mirror of
https://github.com/balena-io/balena-cli.git
synced
2025-01-01 11:36:41 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
44bd667648
balena-cli
/
tests
/
test-data
/
projects
/
no-docker-compose
/
basic
/
Dockerfile
5 lines
88 B
Docker
Raw
Normal View
History
Unescape
Escape
Add tests for push, deploy and build commands Change-type: patch Signed-off-by: Paulo Castro <paulo@balena.io>
2020-01-15 19:41:47 +00:00
FROM
busybox
Add more tests for push/build/deploy commands (--convert-eol) Change-type: patch Signed-off-by: Paulo Castro <paulo@balena.io>
2020-02-01 00:29:51 +00:00
COPY
./src /usr/src/
RUN
chmod a+x /usr/src/*.sh
CMD
[
"/usr/src/start.sh"
]
Reference in New Issue
Copy Permalink