Updated Crontab for Workspace (#538)
- Crontab now gets added to `/etc/cron.d` - Base crontab now runs as the `laradock` user This update resolves #459.
This commit is contained in:
@ -79,7 +79,7 @@ RUN if [ ${COMPOSER_GLOBAL_INSTALL} = true ]; then \
|
||||
#####################################
|
||||
USER root
|
||||
|
||||
COPY ./crontab /var/spool/cron/crontabs
|
||||
COPY ./crontab /etc/cron.d
|
||||
|
||||
#####################################
|
||||
# xDebug:
|
||||
|
Reference in New Issue
Block a user