mirror of
https://github.com/FluuxIO/go-xmpp
synced 2024-11-11 07:11:03 +00:00
5 lines
114 B
Docker
5 lines
114 B
Docker
FROM golang:1.12
|
|
WORKDIR /xmpp
|
|
RUN curl -o codecov.sh -s https://codecov.io/bash && chmod +x codecov.sh
|
|
COPY . ./
|