websites: need to specify the dockerfile path

This commit is contained in:
Francois Andrieu 2023-03-31 19:12:15 +02:00
parent be32dcebb4
commit f5315b3ca4
No known key found for this signature in database

View file

@ -17,6 +17,8 @@ spec:
{% endif %} {% endif %}
strategy: strategy:
type: Docker type: Docker
dockerStrategy:
dockerfilePath: .build/Dockerfile
output: output:
to: to:
kind: ImageStreamTag kind: ImageStreamTag