Update distribution and feature
[oam.git] / distribution / nonrtric-o1-controller-frankfurt / src / main / docker / Dockerfile
index 9df3280..9482d2f 100644 (file)
@@ -9,4 +9,6 @@ USER root
 COPY system /tmp/system
 RUN rsync -a /tmp/system $ODL_HOME && rm -rf /tmp/system
 RUN chown -R odl:odl $ODL_HOME
+
+# Set user for ODL startup
 USER odl