Skip to content

Commit 0a567b9

Browse files
Added dockerfile
Change-Id: I0c1b72ca44529d80e1d960c8e08184b69bd04831
1 parent f3f683c commit 0a567b9

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

websockets-server/Dockerfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
FROM python:2.7.10
2+
MAINTAINER Jacek Marchwicki "jacek.marchwicki@gmail.com"
3+
4+
COPY server server
5+
RUN cd server && python setup.py install
6+
7+
EXPOSE 80
8+
CMD websockets-server --host 0.0.0.0 --port 80 --stdio

0 commit comments

Comments
 (0)