From 63f15f3a74ad73cc6aef55fa025ef95163061daf Mon Sep 17 00:00:00 2001 From: Andrew Gauld Date: Mon, 30 Mar 2020 17:26:23 +0000 Subject: Correct user on correct image for genprocessor Change-Id: I01091421d2f2e7b222ab02cb10e07c45f92e8eac Issue-ID: DCAEGEN2-2170 Signed-off-by: Andrew Gauld --- mod/genprocessor/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod/genprocessor/pom.xml b/mod/genprocessor/pom.xml index 3a53265..bcd271f 100644 --- a/mod/genprocessor/pom.xml +++ b/mod/genprocessor/pom.xml @@ -142,7 +142,7 @@ limitations under the License. sed -i /etc/nginx/nginx.conf -e '/^user /d' && touch /var/run/nginx.pid && mkdir -p /www/data && chown -R nginx:nginx /www /etc/nginx /var/cache/nginx /var/log/nginx /var/run/nginx.pid - dcaemod + nginx nginx @@ -174,7 +174,7 @@ limitations under the License. http://onboarding-api:8080/onboarding 10 - nginx + dcaemod java -- cgit 1.2.3-korg