Commit d4218554 by Brian Holsen

retry

parent 97884651
...@@ -7,7 +7,7 @@ RUN yum install -y cronie ...@@ -7,7 +7,7 @@ RUN yum install -y cronie
USER 1001 USER 1001
#add task file #crontab
ADD task.txt /tmp/task.txt RUN crontab task.txt
CMD [ "crontab /tmp/task.txt" ] CMD [ "/usr/bin/bash" ]
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment