Skip to content

Commit dc5ba4c

Browse files
committed
more-accurate instructions to user in docker publish script
1 parent 20cba07 commit dc5ba4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/gen-docker-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ select IMAGE in $FILES; do
7979
if [ $? == 0 ]; then
8080
echo
8181
echo "The build appears to have succeeded. Don't forget to change the FROM line"
82-
echo "at the top of Dockerfile to use:"
82+
echo "at the top of Dockerfile and each of docker/Dockerfile.* to use:"
8383
echo " bugzilla/${IMAGE}:${DATE}.${ITER}"
8484
echo "to make use of this image."
8585
echo

0 commit comments

Comments
 (0)