From a6b358d0eb12897d92022e08ca28c7afd5c63042 Mon Sep 17 00:00:00 2001 From: Tingluo Huang Date: Fri, 22 Oct 2021 18:23:26 +0000 Subject: [PATCH] fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dc2cb51..0c41549 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,4 +23,4 @@ RUN tar -czvf node-$NodeVersion-alpine-x64.tar.gz ./bin ./LICENSE && rm -rf ./bi RUN cp ./node-$NodeVersion-alpine-x64.tar.gz /node_staging/node-$NodeVersion-alpine-x64.tar.gz && ls -l /node_staging # copy the tar.gz into the mapped in volume -CMD ["cp", "-v", "/node_staging", "/node_output"] +CMD ["cp", "-v", "-a", "/node_staging/.", "/node_output/"]