Update Dockerfile

This commit is contained in:
Milan Nikolic
2019-10-06 06:52:35 +02:00
parent 8bfe9c787e
commit 3b86bc0d69

View File

@@ -10,7 +10,7 @@ RUN go mod download
COPY . . COPY . .
RUN CGO_ENABLED=0 go build -tags jpeg -o cam2ip -ldflags "-s -w" RUN CGO_ENABLED=0 go build -tags jpeg -o cam2ip -ldflags "-s -w" github.com/gen2brain/cam2ip/cmd/cam2ip
FROM scratch FROM scratch