diff options
Diffstat (limited to 'examples/examples-onap-vcpe/src/site-docs')
-rw-r--r-- | examples/examples-onap-vcpe/src/site-docs/adoc/fragments/dockerfile.adoc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/examples/examples-onap-vcpe/src/site-docs/adoc/fragments/dockerfile.adoc b/examples/examples-onap-vcpe/src/site-docs/adoc/fragments/dockerfile.adoc new file mode 100644 index 000000000..8a892f27d --- /dev/null +++ b/examples/examples-onap-vcpe/src/site-docs/adoc/fragments/dockerfile.adoc @@ -0,0 +1,20 @@ +// +// ============LICENSE_START======================================================= +// Copyright (C) 2016-2018 Ericsson. All rights reserved. +// ================================================================================ +// This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE +// Full license text at https://creativecommons.org/licenses/by/4.0/legalcode +// +// SPDX-License-Identifier: CC-BY-4.0 +// ============LICENSE_END========================================================= +// +// @author Sven van der Meer (sven.van.der.meer@ericsson.com) +// + +== Dockerfile + +.Dockerfile +[source,bash,options="nowrap"] +---- +include::{apex-domains-onap-vcpe-dir}/../Dockerfile[Dockerfile] +---- |