Files
rgb-led-board/Dockerfile
2022-07-17 20:14:05 +00:00

7 lines
106 B
Docker

from registry.local/rgbarm64lib:latest
workdir /usr/src/app/work
COPY . .
RUN go mod tidy
RUN go build .