Files
Sissi/deployment/image-packaging/src/main/docker/sissi/wrapper/start.sh
2022-06-07 00:54:43 +02:00

7 lines
240 B
Bash

#!/bin/sh
DEBUG_PARAMS=""
if [ "x$REMOTE_DEBUG" = 'xtrue' ]; then
DEBUG_PARAMS="-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005"
echo "Starting with remote debugging on port 5005"
fi;
java ${DEBUG_PARAMS} -jar app.jar