From 3de39df49468e431f764daa35f03d2114d0de5ef Mon Sep 17 00:00:00 2001 From: Emile Date: Mon, 27 Jan 2020 20:42:39 +0100 Subject: modified the dockerfile to use the correct path --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c0e236f..c0f9507 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,9 @@ FROM golang:1.10-alpine +WORKDIR /ssh-grab-passwords-map + # Setup -COPY src/* . +COPY src/* /ssh-grab-passwords-map/ # Install libs RUN apk add git -- cgit 1.4.1