Skip to content

Commit a6b358d

Browse files
authored
fix
1 parent 7d579af commit a6b358d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ RUN tar -czvf node-$NodeVersion-alpine-x64.tar.gz ./bin ./LICENSE && rm -rf ./bi
2323
RUN cp ./node-$NodeVersion-alpine-x64.tar.gz /node_staging/node-$NodeVersion-alpine-x64.tar.gz && ls -l /node_staging
2424

2525
# copy the tar.gz into the mapped in volume
26-
CMD ["cp", "-v", "/node_staging", "/node_output"]
26+
CMD ["cp", "-v", "-a", "/node_staging/.", "/node_output/"]

0 commit comments

Comments
 (0)