Last active
August 6, 2016 22:12
-
-
Save huseyin/f27d9552a11b58ee45b9fa1a29fefac8 to your computer and use it in GitHub Desktop.
dart coffee example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
container: "debian" | |
name: "coffee" | |
tag: "americano" | |
workdir: "/root/coffee" | |
deps: | |
lang: "deb" | |
packages: | |
- coffee | |
- milk | |
- glass | |
- water | |
- spoon | |
env: ["CANTEEN=/root/coffee"] | |
cmd: ["coffee-make", "$CANTEEN"] | |
logs: | |
attach_stdio: true | |
report_configs: | |
format: yaml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment