Dockerfile use COPY instead ADD
Some checks failed
build / Dockerfile lint (push) Failing after 7s
build / build (push) Has been skipped

This commit is contained in:
Roger Sikorski 2023-08-22 17:35:58 +02:00
parent 64e5258626
commit c24bbbc6b9
Signed by: RogerSik
GPG Key ID: 207958C85208EAC4

View File

@ -4,4 +4,4 @@ FROM alpine:latest
RUN apk update && \
apk add --no-cache nano mc micro rsync ncdu git curl
ADD ./bin/ /usr/local/bin
COPY ./bin/ /usr/local/bin