Dockerfile use COPY instead ADD
This commit is contained in:
parent
64e5258626
commit
c24bbbc6b9
@ -4,4 +4,4 @@ FROM alpine:latest
|
|||||||
RUN apk update && \
|
RUN apk update && \
|
||||||
apk add --no-cache nano mc micro rsync ncdu git curl
|
apk add --no-cache nano mc micro rsync ncdu git curl
|
||||||
|
|
||||||
ADD ./bin/ /usr/local/bin
|
COPY ./bin/ /usr/local/bin
|
||||||
|
Loading…
Reference in New Issue
Block a user