Fix theme configuration

Change-Id: I83f18082e9cf4470f48be585ee79ea09286f71d3
Related-task: #PROD-25229 (PROD:25229)
diff --git a/Dockerfile b/Dockerfile
index 08d2a93..2917076 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -74,8 +74,8 @@
 
 ENV COPY_REFERENCE_FILE_LOG $JENKINS_HOME/copy_reference_file.log
 
-COPY SimpleThemeDecorator.xml  /tmp/org.codefirst.SimpleThemeDecorator.xml
-RUN chown ${user} /tmp/org.codefirst.SimpleThemeDecorator.xml
+COPY SimpleThemeDecorator.xml /opt/org.codefirst.SimpleThemeDecorator.xml
+RUN chown ${user} /opt/org.codefirst.SimpleThemeDecorator.xml
 
 USER ${user}
 
diff --git a/jenkins.sh b/jenkins.sh
index bf8ece7..a6ee8a9 100755
--- a/jenkins.sh
+++ b/jenkins.sh
@@ -7,7 +7,7 @@
 
 export JENKINSTHEME_CSS_URL=${JENKINSTHEME_CSS_URL:-/userContent/theme/mirantis.min.css}
 export JENKINSTHEME_JS_URL=${JENKINSTHEME_JS_URL:-/userContent/theme/mirantis.min.js}
-[ -f $JENKINS_HOME/org.codefirst.SimpleThemeDecorator.xml ] || cat /tmp/org.codefirst.SimpleThemeDecorator.xml | envsubst > $JENKINS_HOME/org.codefirst.SimpleThemeDecorator.xml
+[ -f $JENKINS_HOME/org.codefirst.SimpleThemeDecorator.xml ] || cat /opt/org.codefirst.SimpleThemeDecorator.xml | envsubst > $JENKINS_HOME/org.codefirst.SimpleThemeDecorator.xml
 
 cat << EOF >>/usr/share/jenkins/ref/init.groovy.d/executors.groovy
 import jenkins.model.*