Fix liquid syntax error

This commit is contained in:
usha-mandya 2019-06-10 18:38:02 +01:00 committed by Dawn W Docker
parent 2b1ca590b0
commit 43a6170263
1 changed files with 3 additions and 3 deletions

View File

@ -102,10 +102,10 @@ COPY assets /assets
``` ```
version: "3.6" version: "3.6"
services: services:
{{ .Name }}: {% raw %} {{ .Name }}:{% endraw %}
build: {{ .Name }} {% raw %} build: {{ .Name }}{% endraw %}
ports: ports:
- {{ .Parameters.externalPort }}:3000 {% raw %} - {{ .Parameters.externalPort }}:3000{% endraw %}
``` ```
{% endraw %} {% endraw %}