This website requires JavaScript.
Explore
Help
Sign In
narayana
/
go-xmpp
Watch
2
Star
0
Fork
You've already forked go-xmpp
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
76a6d35a8b
go-xmpp
/
Dockerfile
4 lines
78 B
Docker
Raw
Normal View
History
Unescape
Escape
Add missing Dockerfile
2018-01-01 17:28:54 +00:00
FROM
golang:1.9
WORKDIR
/go/src/fluux.io/xmpp
COPY
. ./
Add Codecov support
2018-01-01 17:57:56 +00:00
RUN
go get -t -v ./...
Reference in a new issue
Copy permalink