hello-world-service/buildImageAndStart.sh

3 lines
98 B
Bash
Raw Normal View History

2024-02-21 11:44:41 +01:00
mvn package
docker build -t smartgears-helloworld .
docker run -p 8080:8080 smartgears-helloworld