≈do not evaluate LOGGING_MODE and APP_LOCALE during build phase; fix path for contab

This commit is contained in:
Nikolay Gorylenko
2015-08-03 11:32:30 +02:00
parent 46c43a8b82
commit f964c03072
3 changed files with 1 additions and 9 deletions

View File

@@ -30,7 +30,7 @@ RUN sed -i -e "s/;daemonize\s*=\s*yes/daemonize = no/g" /etc/php5/fpm/php-fpm.co
EXPOSE 8000
COPY crontab /etc/cron.d/artisan-schedule
COPY docker/crontab /etc/cron.d/artisan-schedule
RUN chmod 0644 /etc/cron.d/artisan-schedule
RUN touch /var/log/cron.log