summaryrefslogtreecommitdiffstats
path: root/.data
diff options
context:
space:
mode:
authorAlex Goodman <wagoodman@gmail.com>2018-10-27 10:12:19 -0400
committerAlex Goodman <wagoodman@gmail.com>2018-10-27 10:12:19 -0400
commit8b08736178b0225db2740f41546b839f660f95f1 (patch)
treed407571e6e2782e073af052da78719567315fc60 /.data
parente779798478fef08bcaaad64efc6ffe19fa540c78 (diff)
tweak test img
Diffstat (limited to '.data')
-rw-r--r--.data/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/.data/Dockerfile b/.data/Dockerfile
index 050a7ee..ff5e66e 100644
--- a/.data/Dockerfile
+++ b/.data/Dockerfile
@@ -5,4 +5,5 @@ RUN cp /somefile.txt /root/example/somefile1.txt
RUN cp /somefile.txt /root/example/somefile2.txt
RUN cp /somefile.txt /root/example/somefile3.txt
RUN mv /root/example/somefile3.txt /root/saved.txt
+RUN cp /root/saved.txt /root/.saved.txt
RUN rm -rf /root/example/