From 30b211d241ed463fa02a714032c23e50c933251f Mon Sep 17 00:00:00 2001 From: nhyatt Date: Fri, 24 Mar 2023 21:55:53 -0500 Subject: [PATCH] Removes COPY --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f0c02da..f114d45 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,6 @@ FROM scratch COPY --from=certHost /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ COPY --from=certHost /etc/passwd /etc/group /etc/ COPY --from=builder --chown=app:app /go/src/app/webhook /app/webhook -COPY html/ /app/html/ USER app:app WORKDIR /app/