Add environment file for Docker image
This commit is contained in:
@@ -4,6 +4,7 @@ COPY . /var/www/app
|
||||
COPY docker/kanboard/config.php /var/www/app/config.php
|
||||
COPY docker/crontab/cronjob.alpine /var/spool/cron/crontabs/nginx
|
||||
COPY docker/services.d/cron /etc/services.d/cron
|
||||
COPY docker/php/env.conf /etc/php7/php-fpm.d/env.conf
|
||||
|
||||
RUN cd /var/www/app && composer --prefer-dist --no-dev --optimize-autoloader --quiet install
|
||||
RUN chown -R nginx:nginx /var/www/app/data /var/www/app/plugins
|
||||
|
||||
Reference in New Issue
Block a user