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 898c034 commit 79da443Copy full SHA for 79da443
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 && echo 'Copied'"]
+ENTRYPOINT ["sh", "-c", "rsync -av /output/ /mnt && echo 'Copied'; date | tee /mnt/updated.txt"]
0 commit comments