We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e82d7d9 commit 79c0a5cCopy full SHA for 79c0a5c
Dockerfile
@@ -24,4 +24,4 @@ RUN echo "Build date: $(date)" | tee -a /output/build_info.txt
24
25
RUN apk add --no-cache rsync
26
27
-ENTRYPOINT ["sh", "-c", "rsync -av /output/ /mnt/what-if/ && echo 'Copied'"]
+ENTRYPOINT ["sh", "-c", "rsync -av /output/ /mnt && echo 'Copied'"]
0 commit comments