edgeboxctl/Dockerfile

10 lines
212 B
Docker
Raw Normal View History

2023-03-16 21:21:17 +01:00
FROM golang:1.20.2
WORKDIR /app
COPY ./ /app
2023-03-16 21:21:17 +01:00
RUN go install github.com/githubnemo/CompileDaemon@latest
2023-03-16 21:46:43 +01:00
ENTRYPOINT CompileDaemon --build="make build" --command=./bin/edgeboxctl-$(go env GOOS)-$(go env GOARCH)