From 4c5085097551d518c1513a293b90692d8869bd85 Mon Sep 17 00:00:00 2001 From: gmemstr Date: Sat, 7 Oct 2017 14:25:04 -0700 Subject: [PATCH] Docker: Fix typo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 75d44d0..29297b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ ENV PATH=$GOPATH/bin:$PATH WORKDIR $GOPATH/src/github.com/gmemstr/pogo # Add source to container so we can build -ADD . %GOPATH%/src/github.com/gmemstrpogo +ADD . $GOPATH/src/github.com/gmemstr/pogo # 1. Install make and dependencies # 2. Install Go dependencies