Added cron files copying to workspace crontab

This commit is contained in:
philtrep
2016-10-03 20:08:54 -04:00
parent a1fd2aabcd
commit 6f435584a9
3 changed files with 18 additions and 0 deletions

View File

@ -198,6 +198,12 @@ RUN if [ ${INSTALL_AEROSPIKE_EXTENSION} = false ]; then \
rm /etc/php/7.0/cli/conf.d/aerospike.ini \
;fi
#####################################
# Crontab
#####################################
USER root
COPY ./crontab /var/spool/cron/crontabs
#
#--------------------------------------------------------------------------
# Final Touch