mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-12 12:31:26 +01:00
SwissQR: add Sprain\SwissQrBill and dependencies
This commit is contained in:
13
htdocs/includes/symfony/intl/Resources/bin/compile
Executable file
13
htdocs/includes/symfony/intl/Resources/bin/compile
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
[[ $1 == force ]] && docker pull jakzal/php-intl
|
||||
[[ ! -d /tmp/symfony/icu ]] && mkdir -p /tmp/symfony/icu
|
||||
|
||||
docker run \
|
||||
-it --rm --name symfony-intl \
|
||||
-u $(id -u):$(id -g) \
|
||||
-v /tmp/symfony/icu:/tmp \
|
||||
-v $(pwd):/symfony \
|
||||
-w /symfony \
|
||||
jakzal/php-intl:latest \
|
||||
php src/Symfony/Component/Intl/Resources/bin/update-data.php
|
||||
Reference in New Issue
Block a user