diff --git a/Dockerfile b/Dockerfile index 1f0fc8ed39cb052230e181095655b762f4344d35..1f6bd7c5715159a23e32657a99333b88f755ae64 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,5 +27,6 @@ ADD init.sh /init.sh # Expose ports EXPOSE 25 3306 8080 -# Start JIRA -CMD ["sh", "/init.sh"] +# Start Jetty +ENTRYPOINT ["/bin/sh"] +CMD ["/init.sh"]