All Downloads are FREE. Search and download functionalities are using the official Maven repository.

archetype-resources.buildAndRun.sh Maven / Gradle / Ivy

There is a newer version: 0.0.4
Show newest version
#!/bin/sh
mvn clean package && docker build -t ${groupId}/${artifactId} .
docker rm -f ${artifactId} || true && docker run -d -p 8080:8080 -p 4848:4848 --name ${artifactId} ${groupId}/${artifactId} 




© 2015 - 2024 Weber Informatics LLC | Privacy Policy