Merge b9e84d29c87be8ef7f6939fd47adb4a5c06e2e77 into 25689a88ed28c5e2a455b41720a9d46669681892

This commit is contained in:
Riley Guerin 2017-06-04 22:52:34 +00:00 committed by GitHub
commit d84715ac5c

9
Dockerfile Normal file
View File

@ -0,0 +1,9 @@
FROM golang:1.8
WORKDIR /go/src/github.com/shazow/ssh-chat
COPY . .
RUN make
CMD ["make", "run"]