From c7bd31c631fe21e0a42b04f1082ef2f24bd15ce3 Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Mon, 4 Sep 2017 11:47:01 +0200 Subject: [PATCH] Fix build path. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e2ab587..3b8bf05 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 ./... \