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 6167bd5 commit 9c6f50cCopy full SHA for 9c6f50c
build-images.sh
@@ -4,4 +4,4 @@ set -x
4
set -e
5
6
(cd base && docker build --rm --pull -t formapro/nginx-php-fpm:latest .)
7
-(cd php-all-exts && docker build --rm --pull -t formapro/nginx-php-fpm:latest-all-exts .)
+(cd php-all-exts && docker build --rm -t formapro/nginx-php-fpm:latest-all-exts .)
0 commit comments