hello-world-service/buildImageAndStart.sh

4 lines
104 B
Bash
Raw Normal View History

2024-02-21 13:50:43 +01:00
mvn clean package
2024-02-23 17:35:59 +01:00
docker build -t smartgears-helloworld .
docker run -p 8080:8080 smartgears-helloworld