소스 검색

Apparently health check just does not want to work. Whatever.

kirkleon 4 년 전
부모
커밋
7c06f69b9f
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      server/Dockerfile

+ 0 - 2
server/Dockerfile

@@ -1,8 +1,6 @@
 FROM python:3.9
 
 LABEL maintainer="Kirk Trombley <ktrom3894@gmail.com>"
-  
-HEALTHCHECK CMD curl --fail http://localhost:5000/health || exit 1
 
 WORKDIR /app/