Commit 12047feb by root

remove useless cmd in Dockerfile

parent bfdcdff8
...@@ -12,10 +12,4 @@ ADD task.txt /tmp/task.txt ...@@ -12,10 +12,4 @@ ADD task.txt /tmp/task.txt
RUN crontab /tmp/task.txt RUN crontab /tmp/task.txt
RUN touch /var/mail/root
RUN chown root:mail /var/mail/root
RUN chmod 600 /var/mail/root
CMD [ "crond", "-x", "sch" ] CMD [ "crond", "-x", "sch" ]
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