Parcourir la source

Might help to spell it right

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

+ 1 - 1
Dockerfile

@@ -1,6 +1,6 @@
 FROM python:3.9
 
-HEALTCHECK CMD curl --fail http://localhost:5000/ || exit 1
+HEALTHCHECK CMD curl --fail http://localhost:5000/ || exit 1
 
 RUN pip install --upgrade pip