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"
services:
{{ .Name }}:
build: {{ .Name }}
{% raw %} {{ .Name }}:{% endraw %}
{% raw %} build: {{ .Name }}{% endraw %}
ports:
- {{ .Parameters.externalPort }}:3000
{% raw %} - {{ .Parameters.externalPort }}:3000{% endraw %}
```
{% endraw %}