We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acf5616 commit 23a2a13Copy full SHA for 23a2a13
Resources/bin/compile
@@ -1,8 +1,7 @@
1
#!/usr/bin/env bash
2
3
-if [[ $1 == force ]]; then
4
- docker pull jakzal/php-intl
5
-fi;
+[[ $1 == force ]] && docker pull jakzal/php-intl
+[[ ! -d /tmp/symfony/icu ]] && mkdir -p /tmp/symfony/icu
6
7
docker run \
8
-it --rm --name symfony-intl \
0 commit comments