[Intl] Init compile tmp volume

This commit is contained in:
Roland Franssen 2019-07-06 10:17:29 +02:00
parent ddaf1becf3
commit 5e26d96a6b
1 changed files with 2 additions and 3 deletions

View File

@ -1,8 +1,7 @@
#!/usr/bin/env bash
if [[ $1 == force ]]; then
docker pull jakzal/php-intl
fi;
[[ $1 == force ]] && docker pull jakzal/php-intl
[[ ! -d /tmp/symfony/icu ]] && mkdir -p /tmp/symfony/icu
docker run \
-it --rm --name symfony-intl \