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:
TJ 2017-01-16 11:10:49 -05:00 committed by Philippe Trépanier
parent a80ef301a9
commit 4c8e09526d

View File

@ -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: