3 lines
98 B
Bash
3 lines
98 B
Bash
|
mvn package
|
||
|
docker build -t smartgears-helloworld .
|
||
|
docker run -p 8080:8080 smartgears-helloworld
|