trying stuff

This commit is contained in:
nathan wagner
2022-07-19 16:40:25 +00:00
parent 744ba64869
commit de6e0fde8d
3 changed files with 73 additions and 14 deletions

View File

@@ -1,11 +1,11 @@
from registry.local/rgbarm64lib:latest as builder
workdir /usr/src/app/work
workdir /usr/src/app/rgb
COPY . .
RUN go mod tidy
RUN go build .
FROM ALPINE:latest
FROM alpine:latest
COPY --from=builder /usr/src/app/work/rgb /rgb