dockerfile scratch

This commit is contained in:
mr
2026-02-09 09:03:34 +01:00
parent f5b2f728f7
commit 0595bd9af9

View File

@@ -30,7 +30,7 @@ RUN bee pack
RUN mkdir -p /app/extracted && tar -zxvf oc-peer.tar.gz -C /app/extracted
#----------------------------------------------------------------------------------------------
FROM golang:alpine
FROM scratch
WORKDIR /app
COPY --from=builder /app/extracted/oc-peer /usr/bin/