mirror of
https://github.com/FluuxIO/go-xmpp.git
synced 2025-10-22 12:35:36 -07:00
Fix path in Dockerfile
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
FROM golang:1.9
|
||||
WORKDIR /go/src/fluux.io/xmpp
|
||||
FROM golang:1.11
|
||||
WORKDIR /go/src/gosrc.io/xmpp
|
||||
RUN curl -o codecov.sh -s https://codecov.io/bash && chmod +x codecov.sh
|
||||
COPY . ./
|
||||
RUN go get -t ./...
|
||||
|
Reference in New Issue
Block a user