This script send logs by default to stderr instead of file
Change-Id: I8e1233cad57cc7b509216ede4e642470839996f2
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
RUN apt-get update && apt-get install -y python-osm-ro${RO_VERSION} python-osm-im${IM_VERSION}
-RUN mkdir -p /bin/RO
-
-COPY scripts/ /bin/RO
VOLUME /var/log/osm
HEALTHCHECK --start-period=130s --interval=10s --timeout=5s --retries=12 \
CMD curl --silent --fail localhost:9090/openmano/tenants || exit 1
-CMD /bin/RO/start.sh
+CMD /usr/bin/RO-start.sh
+