diff --git a/webapp/entrypoint.sh b/webapp/entrypoint.sh index 0a14900..24cd8b7 100755 --- a/webapp/entrypoint.sh +++ b/webapp/entrypoint.sh @@ -12,3 +12,6 @@ if [ "VALID_SUBSCRIPTION=true" ]; then gpg --batch --yes --passphrase 'subscription' -d -o /usr/local/tomcat/webapps/webtop/WEB-INF/lib/webtop-tmceplugins.jar \ /usr/local/tomcat/webapps/webtop/WEB-INF/lib/webtop-tmceplugins.jar.gpg fi + +# Now execute the command +exec "$@"