updating dockerfile to be real place of creating environment
This commit is contained in:
@@ -11,5 +11,3 @@ RUN make
|
|||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
RUN go install -v ./...
|
RUN go install -v ./...
|
||||||
|
|
||||||
FROM golang:1.18.3-buster
|
|
||||||
COPY --from=builder /usr/src/app/vendor/rpi-rgb-led-matrix/lib/. /lib
|
|
||||||
|
|||||||
Reference in New Issue
Block a user