Changed: fix ln command syntax
This commit is contained in:
parent
14531e1547
commit
caf8e5c1ff
|
|
@ -79,7 +79,7 @@ RUN apt-get update \
|
||||||
&& mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini" \
|
&& 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 \
|
&& 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 \
|
&& 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/passbolt.conf /etc/nginx/conf.d/default.conf
|
||||||
COPY conf/supervisor/*.conf /etc/supervisor/conf.d/
|
COPY conf/supervisor/*.conf /etc/supervisor/conf.d/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue