@@ -1,5 +1,7 @@
FROM python:3.9
+HEALTCHECK CMD curl --fail http://localhost:5000/ || exit 1
+
RUN pip install --upgrade pip
ENV ROLLBOT_LIB_DIR /rollbot-lib/