Added cron files copying to workspace crontab
This commit is contained in:
@ -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
|
||||
|
0
workspace/crontab/.gitkeep
Normal file
0
workspace/crontab/.gitkeep
Normal file
Reference in New Issue
Block a user