Przeglądaj źródła

Actually nevermind I did the healthcheck completely wrong

kirkleon 4 lat temu
rodzic
commit
ae0dd030db
1 zmienionych plików z 0 dodań i 2 usunięć
  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/