diff --git a/phantomjs/Dockerfile b/phantomjs/Dockerfile index ce26d20..81732b4 100644 --- a/phantomjs/Dockerfile +++ b/phantomjs/Dockerfile @@ -23,4 +23,4 @@ RUN apt-get update \ && apt-get clean -y \ && rm -rf /var/lib/apt/lists/* -CMD ["/bin/bash"] +CMD ["/usr/local/bin/phantomjs"]