replace ADD with COPY
This commit is contained in:
parent
fdf4d164c5
commit
3c1dfb6d9e
@ -1,6 +1,6 @@
|
|||||||
FROM alpine:3.12.0 AS temp
|
FROM alpine:3.12.0 AS temp
|
||||||
|
|
||||||
ADD bin/frpc /tmp
|
COPY bin/frpc /tmp
|
||||||
|
|
||||||
RUN chmod -R 777 /tmp/frpc
|
RUN chmod -R 777 /tmp/frpc
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
FROM alpine:3.12.0 AS temp
|
FROM alpine:3.12.0 AS temp
|
||||||
|
|
||||||
ADD bin/frps /tmp
|
COPY bin/frps /tmp
|
||||||
|
|
||||||
RUN chmod -R 777 /tmp/frps
|
RUN chmod -R 777 /tmp/frps
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user