From 943cdd5010785d4800a2ac598094b9bcdecc9e43 Mon Sep 17 00:00:00 2001 From: stephb9959 Date: Thu, 26 Oct 2023 13:38:59 -0700 Subject: [PATCH] https://telecominfraproject.atlassian.net/browse/WIFI-12692 Signed-off-by: stephb9959 --- Dockerfile | 5 +++++ build | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 440944016..629f9faab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -87,6 +87,11 @@ ENV APP_NAME=$APP_NAME \ APP_CONFIG=/$APP_NAME-data \ APP_HOME_DIR=$APP_HOME_DIR +# This is for legacy +ENV OWGW_USER=$APP_USER \ + OWGW_ROOT=$APP_ROOT \ + OWGW_CONFIG=$APP_CONFIG + RUN useradd $APP_USER RUN mkdir $APP_HOME_DIR diff --git a/build b/build index 7d3738628..2e66562e2 100644 --- a/build +++ b/build @@ -1 +1 @@ -45 \ No newline at end of file +49 \ No newline at end of file