NONRTRIC-946: Servicemanager - mock kong and capif as library
[nonrtric/plt/sme.git] / capifcore / Dockerfile
index f564d3f..1c0c9e4 100644 (file)
@@ -1,5 +1,6 @@
 #==================================================================================
-#   Copyright (C) 2022: Nordix Foundation
+#   Copyright (C) 2022-2023: Nordix Foundation. All rights reserved.
+#   Copyright (C) 2024: OpenInfra Foundation Europe. All rights reserved.
 #
 #   Licensed under the Apache License, Version 2.0 (the "License");
 #   you may not use this file except in compliance with the License.
@@ -13,8 +14,6 @@
 #   See the License for the specific language governing permissions and
 #   limitations under the License.
 #
-#   This source code is part of the near-RT RIC (RAN Intelligent Controller)
-#   platform project (RICP).
 #==================================================================================
 
 ##
@@ -26,7 +25,7 @@ COPY go.mod .
 COPY go.sum .
 RUN go mod download
 COPY . .
-RUN go build -o /capifcore
+RUN go build -o /capifcore cmd/main.go
 ##
 ## Deploy
 ##