Changed: fix ln command syntax

This commit is contained in:
Daniel Del Rio Figueira 2021-03-18 16:04:36 +01:00
parent 14531e1547
commit caf8e5c1ff
No known key found for this signature in database
GPG Key ID: DCB25219AF061D1B
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ RUN apt-get update \
&& mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini" \
&& echo "* * * * * su -c \"source /etc/environment ; /var/www/passbolt/bin/cake EmailQueue.sender\" -s /bin/bash www-data >> /var/log/cron.log 2>&1" >> /etc/cron.d/passbolt_email \
&& crontab /etc/cron.d/passbolt_email \
&& ln -s $(which php-fpm){,7.3}
&& ln -s $(which php-fpm) $(which php-fpm)7.3
COPY conf/passbolt.conf /etc/nginx/conf.d/default.conf
COPY conf/supervisor/*.conf /etc/supervisor/conf.d/