trying stuff
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user