Skip to content

Commit

Permalink
Updated the default command to prompt for a valid Imagemagick command.
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Nickoloff <[email protected]>
  • Loading branch information
allingeek authored and jessfraz committed Jul 24, 2015
1 parent 5c00063 commit 66dcac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imagemagick/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]" ]

0 comments on commit 66dcac3

Please sign in to comment.