Skip to content

Instantly share code, notes, and snippets.

@bertani
Created April 25, 2017 11:02
Show Gist options
  • Save bertani/85230fe1578c6d627052d0d23d8a3246 to your computer and use it in GitHub Desktop.
Save bertani/85230fe1578c6d627052d0d23d8a3246 to your computer and use it in GitHub Desktop.
Oraclize computation-ds logs-example ( ipfs/Qmb5HNh13zUwm3hqn6MectfD2rMUv7ReXvNgfhN2uxzKpD )
FROM ubuntu:14.04
MAINTAINER Oraclize "info@oraclize.it"
COPY script.sh /tmp/
CMD /bin/bash /tmp/script.sh
#!/bin/sh
(>&2 echo "This is a log on STDERR")
echo "This is a log on STDOUT"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment