Add build helpers and improve configuration example.

This commit is contained in:
2021-09-28 08:35:03 +05:00
parent bad5cc1895
commit 82bd1efe2a
9 changed files with 143 additions and 28 deletions

View File

@@ -4,7 +4,7 @@ WORKDIR /go/src/go.dev.pztrn.name/periodicator
COPY . .
ENV CGO_ENABLED=0
RUN go build -o periodicator .
RUN apk add make && make build
FROM alpine:latest
LABEL maintainer="Stanislav N. <pztrn@pztrn.name>"