entrypoint.sh 102 B

123
  1. #!/bin/bash
  2. echo "entrypoint run..."
  3. java -jar $JAVA_OPTS -DCONFIG_FILE_PATH=/data/SpringCloud app.jar