diff --git a/Dockerfile b/Dockerfile index 15dac3314ab4bce23ca76009cf34e48a27d00c59..25c17192da8eee02185943195df5bb33169e34f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,5 +28,6 @@ ADD init.sh /init.sh # Expose ports EXPOSE 7990 7991 7999 -# Start JIRA -CMD ["sh", "/init.sh"] +# Start Stash +ENTRYPOINT ["/bin/sh"] +CMD ["/init.sh"]