Fix build path.
parent
d288c96f2d
commit
c7bd31c631
|
@ -1,7 +1,7 @@
|
|||
FROM golang:1.9-alpine
|
||||
|
||||
COPY . ${GOPATH}/src/git.icedream.tech/icedream/pixelqr
|
||||
RUN cd "${GOPATH}/src/git.icedream.tech/icedream/pixelqr" \
|
||||
RUN cd "${GOPATH}/src/git.icedream.tech/icedream/pixelqr/testssh" \
|
||||
&& apk add --no-cache --virtual .build-deps git \
|
||||
&& echo == Downloading... == \
|
||||
&& go get -v -d ./... \
|
||||
|
|
Loading…
Reference in New Issue