支持docker

This commit is contained in:
tanghc
2020-10-20 10:10:44 +08:00
parent c38c31031a
commit 34fed4b924
3 changed files with 33 additions and 1 deletions

4
docker-build.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
mvn clean package
docker build -t sop .