updating dockerfile to be real place of creating environment

This commit is contained in:
Nathan Wagner
2022-07-17 16:07:39 -04:00
parent bf87ebdb3e
commit 465475c7a5

View File

@@ -11,5 +11,3 @@ RUN make
WORKDIR /usr/src/app
RUN go install -v ./...
FROM golang:1.18.3-buster
COPY --from=builder /usr/src/app/vendor/rpi-rgb-led-matrix/lib/. /lib