1
0
Fork 0

Add the crontab file into the container

This commit is contained in:
Daniele Tricoli 2016-04-23 03:00:51 +02:00
parent f653d526dd
commit 81c73bbac9
Signed by: eriol
GPG Key ID: 8BAF522C0D6CCEDD
1 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,8 @@ RUN ln -s /etc/nginx/sites-available/owncloud.conf /etc/nginx/sites-enabled/ &&
RUN echo "cgi.fix_pathinfo = 0;" >> /etc/php5/fpm/php.ini && \
echo "daemon off;" >> /etc/nginx/nginx.conf
ADD crontab /etc/cron.d/owncloud
ADD start.sh /start.sh
VOLUME ["/srv/owncloud/config", "/srv/owncloud/data"]