Parcourir la source

Actually nevermind I did the healthcheck completely wrong

kirkleon il y a 4 ans
Parent
commit
ae0dd030db
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 2
      Dockerfile

+ 0 - 2
Dockerfile

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