From 2b1ca590b08c4f1723bb4e6ef82a8e088904279f Mon Sep 17 00:00:00 2001 From: usha-mandya Date: Wed, 12 Jun 2019 13:58:19 +0100 Subject: [PATCH] update the raw tags --- app-template/working-with-template.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-template/working-with-template.md b/app-template/working-with-template.md index 36084c3a7f..9f88ea7535 100644 --- a/app-template/working-with-template.md +++ b/app-template/working-with-template.md @@ -102,10 +102,10 @@ COPY assets /assets ``` version: "3.6" services: -{% raw %} {{ .Name }}:{% endraw %} -{% raw %} build: {{ .Name }}{% endraw %} + {{ .Name }}: + build: {{ .Name }} ports: -{% raw %} - {{ .Parameters.externalPort }}:3000{% endraw %} + - {{ .Parameters.externalPort }}:3000 ``` {% endraw %}