7 lines
205 B
Bash
7 lines
205 B
Bash
#!/bin/bash
|
|
|
|
mvn -s ~/.m2/settings-personal.xml clean install
|
|
docker build -t reg.laysan.biz/physical/physical-launcher .
|
|
#docker login reg.laysan.biz
|
|
docker push reg.laysan.biz/physical/physical-launcher
|