diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |