Skip to content
Snippets Groups Projects
Commit b141d9ba authored by Katharina Renk's avatar Katharina Renk
Browse files

gNMISubscriptions.txt.example will now be copied into controller.Dockerfile

parent 10c69f8b
No related branches found
No related tags found
1 merge request!466added gNMISubscitptions.txt into gosdnc container
Pipeline #143005 passed
......@@ -13,6 +13,6 @@ FROM ${GITLAB_PROXY}golang:$GOLANG_VERSION-buster
WORKDIR /app/
COPY --from=builder /gosdn/controller/configs/development-gosdn.toml.example ./configs/development-gosdn.toml
COPY --from=builder /gosdn/controller/configs/containerlab-gosdn.toml.example ./configs/containerlab-gosdn.toml
COPY --from=builder /gosdn/controller/configs/gNMISubscriptions.txt ./configs/gNMISubscriptions.txt
COPY --from=builder /gosdn/controller/configs/gNMISubscriptions.txt.example ./configs/gNMISubscriptions.txt
COPY --from=builder /gosdn/artifacts/gosdn ./gosdn
ENTRYPOINT ["./gosdn"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment