update the raw tags

This commit is contained in:
usha-mandya 2019-06-12 13:58:19 +01:00 committed by Dawn W Docker
parent 3dce39c818
commit 2b1ca590b0
1 changed files with 3 additions and 3 deletions

View File

@ -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 %}