Skip to content

Commit

Permalink
Merge pull request #15 from 5mdt/version/1.2
Browse files Browse the repository at this point in the history
Fix build
  • Loading branch information
nett00n authored Aug 25, 2023
2 parents e6ca35b + f6399b6 commit 8430055
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
## Build
FROM golang:1.19-alpine AS build
WORKDIR /usr/local/go/src/traefik-certs-exporter
COPY go.mod go.sum LICENSE README.md ./
RUN go get -u ./...
COPY *.go ./
RUN go build traefik-certs-exporter

Expand Down

0 comments on commit 8430055

Please sign in to comment.