hello-world-sg4-service/buildImageAndStart.sh

3 lines
98 B
Bash
Executable File

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