Fix path in Dockerfile
This commit is contained in:
parent
f837b8be87
commit
be587fac4c
|
@ -1,5 +1,5 @@
|
||||||
FROM golang:1.9
|
FROM golang:1.11
|
||||||
WORKDIR /go/src/fluux.io/xmpp
|
WORKDIR /go/src/gosrc.io/xmpp
|
||||||
RUN curl -o codecov.sh -s https://codecov.io/bash && chmod +x codecov.sh
|
RUN curl -o codecov.sh -s https://codecov.io/bash && chmod +x codecov.sh
|
||||||
COPY . ./
|
COPY . ./
|
||||||
RUN go get -t ./...
|
RUN go get -t ./...
|
||||||
|
|
Loading…
Reference in a new issue