We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3322c6 commit 7614258Copy full SHA for 7614258
docker/copy.sh
@@ -9,12 +9,12 @@ usage() {
9
10
# copy sql
11
echo "begin copy sql "
12
-cp ../sql/pmhub_20240305.sql ./mysql/db
13
-cp ../sql/pmhub_nacos_20240423.sql ./mysql/db
+#cp ../sql/pmhub_20240305.sql ./mysql/db
+#cp ../sql/pmhub_nacos_20240423.sql ./mysql/db
14
15
# copy html
16
echo "begin copy html "
17
-cp -r ../pmhub-ui/dist/** ./nginx/html/dist
+#cp -r ../pmhub-ui/dist/** ./nginx/html/dist
18
19
20
# copy jar
0 commit comments