From bb1ce99149b95d2bd33c427d3fbaa98d5580e32d Mon Sep 17 00:00:00 2001 From: redxef Date: Mon, 29 Aug 2022 18:37:37 +0200 Subject: [PATCH] Add check/in/out to image. --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 65bd377..1a7255e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,3 +2,4 @@ FROM gcr.io/go-containerregistry/crane as crane FROM alpine COPY --from=crane /ko-app/crane /usr/local/bin/crane RUN apk add --no-cache jq +COPY ./src/ /opt/resource/