mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 12:56:28 +08:00
5 lines
53 B
Bash
5 lines
53 B
Bash
#!/bin/bash
|
|
|
|
mvn clean package
|
|
docker build -t sop .
|