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=7c05e4a28a41a3fb55d6c151a15268cf054ff3b5;hpb=ff5fb255f6c98317ffb69f40fc1f77e98bb650a6;p=nonrtric%2Fplt%2Fsme.git diff --git a/capifcore/Dockerfile b/capifcore/Dockerfile index 7c05e4a..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. @@ -24,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 ##