edgeboxctl/Dockerfile

10 lines
212 B
Docker
Raw Permalink Normal View History

FROM golang:1.20.2
WORKDIR /app
COPY ./ /app
RUN go install github.com/githubnemo/CompileDaemon@latest
ENTRYPOINT CompileDaemon --build="make build" --command=./bin/edgeboxctl-$(go env GOOS)-$(go env GOARCH)