From cf841dd753c7d9aadc0b6d69c18aeaeb246349b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Mon, 27 May 2019 10:15:21 +0200 Subject: [PATCH] the-new-hotness: Add USER declaration to Dockerfile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Konečný --- roles/openshift-apps/the-new-hotness/templates/buildconfig.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml b/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml index 173907171d..408c4c6b94 100644 --- a/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml +++ b/roles/openshift-apps/the-new-hotness/templates/buildconfig.yml @@ -46,6 +46,7 @@ items: pushd hotness_schema && \ pip-3 install . && \ rm -rf the-new-hotness + USER 1001 EXPOSE 9940 type: Dockerfile git: