This website requires JavaScript.
Explore
Help
Sign In
jshiffer
/
go-xmpp
Watch
1
Star
0
Fork
1
You've already forked go-xmpp
mirror of
https://github.com/FluuxIO/go-xmpp.git
synced
2024-11-21 18:12:00 -08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
a6b003ccd3
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 ./...
Reference in New Issue
Copy Permalink