replace ADD with COPY

This commit is contained in:
lonwern 2020-09-30 08:00:44 +08:00
parent fdf4d164c5
commit 3c1dfb6d9e
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
FROM alpine:3.12.0 AS temp
ADD bin/frpc /tmp
COPY bin/frpc /tmp
RUN chmod -R 777 /tmp/frpc

View File

@ -1,6 +1,6 @@
FROM alpine:3.12.0 AS temp
ADD bin/frps /tmp
COPY bin/frps /tmp
RUN chmod -R 777 /tmp/frps