X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=capifcore%2FDockerfile;h=1c0c9e4d651e47743a08f4e3e41000a39da32d29;hb=refs%2Fchanges%2F53%2F12753%2F2;hp=f564d3f00a45563cb136b29c113e901538586a36;hpb=c1c21a550797f3bb038692da2960b6e7fe454c98;p=nonrtric%2Fplt%2Fsme.git diff --git a/capifcore/Dockerfile b/capifcore/Dockerfile index f564d3f..1c0c9e4 100644 --- a/capifcore/Dockerfile +++ b/capifcore/Dockerfile @@ -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 ##