Skip to content

Commit 4a916f0

Browse files
author
Ugur ARPACI
committed
Dockerfile added
1 parent 2d35458 commit 4a916f0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Dockerfile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
FROM python:2.7
2+
3+
RUN pip install bottle bleach gevent gevent-websocket
4+
ADD . /opt/app/talktalktalk
5+
WORKDIR /opt/app/talktalktalk
6+
7+
# Update Config For Docker bind host
8+
RUN sed -i "s/HOST =.*/HOST = \"0\.0\.0\.0\"/g" config.py
9+
EXPOSE 9000
10+
CMD python talktalktalk.py

0 commit comments

Comments
 (0)