Browse Source

新增说明

周浩 9 years ago
parent
commit
55798b9abb
1 changed files with 5 additions and 0 deletions
  1. 5 0
      hsweb-web-run/README.md

+ 5 - 0
hsweb-web-run/README.md

@@ -0,0 +1,5 @@
+# 部署到docker
+```bash
+   $ mvn package -Pprod
+   $ ./run-in-docker.sh
+```