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

Commit

Permalink
fix dockerfile on goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
brunomanzo committed Jan 19, 2021
1 parent 9ebf94f commit 763a3a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
FROM golang:alpine as build
RUN apk --no-cache add ca-certificates make
WORKDIR /go/src/app
COPY . /go/src/app
RUN make build
COPY . .

FROM scratch
EXPOSE 9111
Expand Down

0 comments on commit 763a3a9

Please sign in to comment.