FROM golang:1.22 COPY go.mod go.mod COPY *.go ./ RUN go build -o /usr/local/bin/stormlight-tracker CMD ["stormlight-tracker"]