Removes COPY

This commit is contained in:
Hyatt 2023-03-24 21:55:53 -05:00
parent 910efe258e
commit 30b211d241
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

@ -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/