diff --git a/app-template/working-with-template.md b/app-template/working-with-template.md index 9f88ea7535..36084c3a7f 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: - {{ .Name }}: - build: {{ .Name }} +{% raw %} {{ .Name }}:{% endraw %} +{% raw %} build: {{ .Name }}{% endraw %} ports: - - {{ .Parameters.externalPort }}:3000 +{% raw %} - {{ .Parameters.externalPort }}:3000{% endraw %} ``` {% endraw %}