summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Dockerfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 159700a24..f74e6e5bc 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -13,5 +13,3 @@ COPY . $GOPATH/src/github.com/spf13/hugo
RUN cd $GOPATH/src/github.com/spf13/hugo \
&& make install test
-
-ENTRYPOINT "/bin/sh"