missed a slash
This commit is contained in:
parent
101c1f83f4
commit
727f161d26
|
|
@ -15,7 +15,7 @@ COPY . $GOPATH/src/github.com/davidnewhall/unifi-poller
|
|||
WORKDIR $GOPATH/src/github.com/davidnewhall/unifi-poller
|
||||
|
||||
RUN dep ensure --vendor-only \
|
||||
&& CGO_ENABLED=0 make unifi-poller.${ARCH}.${OS}
|
||||
&& CGO_ENABLED=0 make unifi-poller.${ARCH}.${OS} \
|
||||
&& mv unifi-poller.${ARCH}.${OS} unifi-poller
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in New Issue