mirror of
https://github.com/shazow/ssh-chat.git
synced 2025-04-24 20:40:57 +03:00
Merge b9e84d29c87be8ef7f6939fd47adb4a5c06e2e77 into 25689a88ed28c5e2a455b41720a9d46669681892
This commit is contained in:
commit
d84715ac5c
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@ -0,0 +1,9 @@
|
||||
FROM golang:1.8
|
||||
|
||||
WORKDIR /go/src/github.com/shazow/ssh-chat
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN make
|
||||
|
||||
CMD ["make", "run"]
|
Loading…
x
Reference in New Issue
Block a user