servnest-containers/cronie.Containerfile

5 lines
83 B
Text
Raw Normal View History

FROM servnest_php
USER root
RUN apk add cronie moreutils
CMD ["crond", "-n", "-s"]