Skip to content

Commit 2c89abc

Browse files
committed
build local files
1 parent f28aac3 commit 2c89abc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM golang:alpine AS build
2-
WORKDIR /go/src/app
3-
COPY . /go/src/app/
2+
WORKDIR /go/src/github.com/utilitywarehouse/ssh-key-agent
3+
COPY . /go/src/github.com/utilitywarehouse/ssh-key-agent
44
RUN apk --no-cache add git &&\
55
go get ./... &&\
66
CGO_ENABLED=0 go build -o /ssh-key-agent .

0 commit comments

Comments
 (0)