瀏覽代碼

Might help to spell it right

kirkleon 4 年之前
父節點
當前提交
f7c3707b58
共有 1 個文件被更改,包括 1 次插入1 次删除
  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