@@ -6,10 +6,12 @@ if [ ! -e $FILE ]; then
include \$(DOCKER_HOME)/build/Makefile
NAME = $1
VERSION = latest
build: $1
build: prepare $1
EOF
fi
make -f $FILE $2
make -f $FILE build
CODE=$?
if [ ! -z ${DELETE+x} ]; then
rm $FILE
exit $CODE
The note is not visible to the blocked user.