Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Commit 763a3a9

Browse files
committed
fix dockerfile on goreleaser
1 parent 9ebf94f commit 763a3a9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
FROM golang:alpine as build
22
RUN apk --no-cache add ca-certificates make
33
WORKDIR /go/src/app
4-
COPY . /go/src/app
5-
RUN make build
4+
COPY . .
65

76
FROM scratch
87
EXPOSE 9111

0 commit comments

Comments
 (0)