Fix Workspace Cron Permissions (#555)
When I submitted #538 it looks like I overlooked the crontab file permissions for the Laradock user. This change ensure that all crons added during build are set to the correct permission level.
This commit is contained in:
parent
a80ef301a9
commit
4c8e09526d
@ -80,6 +80,7 @@ RUN if [ ${COMPOSER_GLOBAL_INSTALL} = true ]; then \
|
||||
USER root
|
||||
|
||||
COPY ./crontab /etc/cron.d
|
||||
RUN chmod -R 644 /etc/cron.d
|
||||
|
||||
#####################################
|
||||
# xDebug:
|
||||
|
Loading…
Reference in New Issue
Block a user