| commit | 310805f9da66c1ec6653a4933b3e505a21e37719 | [log] [tgz] |
|---|---|---|
| author | garciadeblas <gerardo.garciadeblas@telefonica.com> | Mon Feb 28 17:05:09 2022 +0100 |
| committer | Mark Beierl <mark.beierl@canonical.com> | Mon Feb 28 11:31:43 2022 -0500 |
| tree | f1c483dfd75a3fea1baee479938db70399c33edd | |
| parent | f049ed5252818bb14713663009a22bc478e45261 [diff] [blame] |
Fix bug with SA08 when updating prometheus.yaml Change-Id: I167bf1adfa0d9abb02e143f56f5ed70217d1dbb1 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/docker/LCM/Dockerfile b/docker/LCM/Dockerfile index 03907d7..b6c9989 100644 --- a/docker/LCM/Dockerfile +++ b/docker/LCM/Dockerfile
@@ -105,6 +105,9 @@ mkdir /app/log && \ chown -R appuser:appuser /app +RUN mkdir /opt/prometheus +RUN chown appuser: /opt/prometheus + WORKDIR /app/osm_lcm # Changing the security context