Browse Source

Actually nevermind I did the healthcheck completely wrong

kirkleon 4 years ago
parent
commit
ae0dd030db
1 changed files with 0 additions and 2 deletions
  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/