Build with drone
This commit is contained in:
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM golang:1.17-alpine
|
||||
|
||||
WORKDIR /app
|
||||
COPY . ./
|
||||
RUN go mod download
|
||||
RUN go build -o /bin/prometheus-dnssec-exporter
|
||||
ENTRYPOINT [ "/bin/prometheus-dnssec-exporter" ]
|
||||
|
Reference in New Issue
Block a user