Updated the default command to prompt for a valid Imagemagick command.

Signed-off-by: Jeff Nickoloff <jeff@allingeek.com>
This commit is contained in:
Jeff Nickoloff 2015-07-23 23:14:49 -07:00 committed by Jessica Frazelle
parent 5c00063280
commit 66dcac3b51

View File

@ -6,4 +6,4 @@ RUN apt-get update && apt-get install -y \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
CMD [ "imagemagick" ]
CMD [ "echo", "Use one of the following commands [ animate | compare | composite | conjure | convert | display | identify | import | mogrify | montage | stream ]" ]