We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f28aac3 commit 2c89abcCopy full SHA for 2c89abc
Dockerfile
@@ -1,6 +1,6 @@
1
FROM golang:alpine AS build
2
-WORKDIR /go/src/app
3
-COPY . /go/src/app/
+WORKDIR /go/src/github.com/utilitywarehouse/ssh-key-agent
+COPY . /go/src/github.com/utilitywarehouse/ssh-key-agent
4
RUN apk --no-cache add git &&\
5
go get ./... &&\
6
CGO_ENABLED=0 go build -o /ssh-key-agent .
0 commit comments