blob: bc46c71cede08da7f54dc0c900ed1f58cf756a9d (
plain)
1
2
3
4
|
#!/bin/sh
echo "VM_ARGS="${VM_ARGS}
java -Djava.security.egd=file:/dev/./urandom ${VM_ARGS} -Xms256m -Xmx1024m -jar ./app.jar --spring.config.location=/share/etc/config/liquibase.properties
|