Skip to content

Commit

Permalink
copy everything to builder image to avoid maintenance overhead
Browse files Browse the repository at this point in the history
  • Loading branch information
kwypchlo committed Feb 25, 2022
1 parent acb829f commit e12eabf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ WORKDIR /root

ENV CGO_ENABLED=0

COPY database database
COPY email email
COPY go.mod go.sum main.go Makefile ./
COPY . .

RUN go mod download && make release

Expand Down

0 comments on commit e12eabf

Please sign in to comment.