We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d579af commit a6b358dCopy full SHA for a6b358d
1 file changed
Dockerfile
@@ -23,4 +23,4 @@ RUN tar -czvf node-$NodeVersion-alpine-x64.tar.gz ./bin ./LICENSE && rm -rf ./bi
23
RUN cp ./node-$NodeVersion-alpine-x64.tar.gz /node_staging/node-$NodeVersion-alpine-x64.tar.gz && ls -l /node_staging
24
25
# copy the tar.gz into the mapped in volume
26
-CMD ["cp", "-v", "/node_staging", "/node_output"]
+CMD ["cp", "-v", "-a", "/node_staging/.", "/node_output/"]
0 commit comments