Skip to content

Commit

Permalink
Minor fix about the intl module missing in the cron container and pre…
Browse files Browse the repository at this point in the history
…venting good execution of commands
  • Loading branch information
supermalang committed Nov 27, 2023
1 parent 2a7c93c commit 4c64d77
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 17 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ RUN curl -sS https://getcomposer.org/installer -o composer-setup.php \
&& npm run build --if-present \
&& chmod +x /var/www/entrypoint.sh \
&& chown -R www-data:www-data /var/www/app.xayma.sh \
&& chmod -R 777 /var/www/app.xayma.sh/var \
&& php /var/www/app.xayma.sh/bin/console cache:clear
&& php /var/www/app.xayma.sh/bin/console cache:clear \
&& chmod -R 777 /var/www/app.xayma.sh/var

CMD /bin/bash /var/www/entrypoint.sh

Expand Down
14 changes: 0 additions & 14 deletions docker-compose.override.yml

This file was deleted.

2 changes: 1 addition & 1 deletion templates/emails/organization-status-update.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
<div style="font-family:open Sans Helvetica, Arial, sans-serif;font-size:15px;line-height:1;text-align:left;color:#ffffff;">
<ul>
{% for option in creditOptions %}
<li><span style="color:#FEEB35;font-weight:bold;">{{option.creditsAmount}} credits :</span> {{option.price|format_currency('XOF', locale='fr')}}</li>
<li><span style="color:#FEEB35;font-weight:bold;">{{option.creditsAmount}} credits :</span> {{option.price|format_currency('XOF', locale='en')}}</li>
{% endfor %}
</ul>
<br />
Expand Down

0 comments on commit 4c64d77

Please sign in to comment.