RO-start checks that database is not corrupt
[osm/RO.git] / docker / Dockerfile-local
index e7e05ce..8ec5e33 100644 (file)
@@ -65,3 +65,6 @@ ENV RO_DB_HOST="" \
     RO_LOG_LEVEL=DEBUG
 
 CMD RO-start.sh
+
+# HEALTHCHECK --start-period=30s --interval=10s --timeout=5s --retries=12 \
+#  CMD curl --silent --fail localhost:9090/openmano/tenants || exit 1