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

archetype-resources.README.md Maven / Gradle / Ivy

There is a newer version: 0.0.4
Show newest version
# Build
mvn clean package && docker build -t ${groupId}/${artifactId} .

# RUN

docker rm -f ${artifactId} || true && docker run -d -p 8080:8080 -p 4848:4848 --name ${artifactId} ${groupId}/${artifactId} 




© 2015 - 2025 Weber Informatics LLC | Privacy Policy