@@ -0,0 +1,9 @@
#!/usr/bin/env bash
if [ $# -eq 0 ]
then
tag='latest'
else
tag=$1
fi
docker build -t jkaninda/nginx-php-fpm:$tag .
The note is not visible to the blocked user.