diff --git a/Dockerfile b/Dockerfile
index 39c1c5ae000e15f1ec989514624cc97ebbe250b4..f8873abe0fd1ffcb1828bbb18a9cd4032331e03e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -29,4 +29,5 @@ ADD init.sh /init.sh
 EXPOSE 8080 8081
 
 # Start JIRA
-CMD ["sh", "/init.sh"]
+ENTRYPOINT ["/bin/sh"]
+CMD ["/init.sh"]