We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6724c2 commit 1bf5b9bCopy full SHA for 1bf5b9b
Dockerfile
@@ -1,3 +1,9 @@
1
+# Copyright (c) 2021-2023 北京渠成软件有限公司(Beijing Qucheng Software Co., Ltd. www.qucheng.com) All rights reserved.
2
+# Use of this source code is covered by the following dual licenses:
3
+# (1) Z PUBLIC LICENSE 1.2 (ZPL 1.2)
4
+# (2) Affero General Public License 3.0 (AGPL 3.0)
5
+# license that can be found in the LICENSE file.
6
+
7
FROM ysicing/debian
8
9
COPY ./_output/qcadmin_linux_amd64 /usr/bin/qcadmin
pkg/quickon/quickon.go
@@ -399,7 +399,6 @@ repositories:
399
break
400
}
401
402
-
403
404
m.QuickONReady()
405
initFile := common.GetCustomConfig(common.InitFileName)
0 commit comments