mirror of
https://github.com/hs-web/hsweb-framework.git
synced 2026-05-10 23:27:43 +08:00
9 lines
197 B
Bash
9 lines
197 B
Bash
#!/usr/bin/env bash
|
|
mvn clean package
|
|
cd hsweb-examples-cloud-gateway
|
|
mvn docker:build
|
|
cd ../hsweb-examples-cloud-service01
|
|
mvn docker:build
|
|
cd ../hsweb-examples-cloud-user-center
|
|
mvn docker:build
|