Skip to content

Commit 79da443

Browse files
authored
feat: timestamp file to understand when image is pulled and updated
1 parent 898c034 commit 79da443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ RUN echo "Build date: $(date)" | tee -a /output/build_info.txt
2424

2525
RUN apk add --no-cache rsync
2626

27-
ENTRYPOINT ["sh", "-c", "rsync -av /output/ /mnt && echo 'Copied'"]
27+
ENTRYPOINT ["sh", "-c", "rsync -av /output/ /mnt && echo 'Copied'; date | tee /mnt/updated.txt"]

0 commit comments

Comments
 (0)