Commit a652251c by Brian Holsen

retry

parent d4218554
......@@ -7,7 +7,9 @@ RUN yum install -y cronie
USER 1001
#crontab
RUN crontab task.txt
#add task file
ADD task.txt /tmp/task.txt
RUN crontab /tmp/task.txt
CMD [ "/usr/bin/bash" ]
\ 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