This website requires JavaScript.
Explore
Help
Sign In
uwaru
/
go-xmpp
Watch
1
Star
0
Fork
0
You've already forked go-xmpp
forked from
jshiffer/go-xmpp
Code
Pull Requests
Activity
d13e87f5bb
go-xmpp
/
Dockerfile
4 lines
78 B
Docker
Raw
Normal View
History
Unescape
Escape
Add missing Dockerfile
2018-01-01 09:28:54 -08:00
FROM
golang:1.9
WORKDIR
/go/src/fluux.io/xmpp
COPY
. ./
Add Codecov support
2018-01-01 09:57:56 -08:00
RUN
go get -t -v ./...
Copy Permalink