Skip to content

Commit bddeedf

Browse files
committed
Add Dockerfile for self-contained runtime
1 parent a5d4557 commit bddeedf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
FROM python:2.7.9
2+
3+
RUN pip install rainbowstream
4+
CMD rainbowstream

0 commit comments

Comments
 (0)