projects
/
rainbowstream.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5d4557
)
Add Dockerfile for self-contained runtime
author
Brian Ketelsen
<bketelsen@gmail.com>
Tue, 14 Apr 2015 12:55:53 +0000
(08:55 -0400)
committer
Brian Ketelsen
<bketelsen@gmail.com>
Tue, 14 Apr 2015 12:55:53 +0000
(08:55 -0400)
Dockerfile
[new file with mode: 0644]
patch
|
blob
diff --git a/Dockerfile
b/Dockerfile
new file mode 100644
(file)
index 0000000..
4e16e2f
--- /dev/null
+++ b/
Dockerfile
@@ -0,0
+1,4
@@
+FROM python:2.7.9
+
+RUN pip install rainbowstream
+CMD rainbowstream