hello-world-service/buildImageAndStart.sh

4 lines
104 B
Bash
Executable File

mvn clean package
docker build -t smartgears-helloworld .
docker run -p 8080:8080 smartgears-helloworld