Browse Source

Okay NOW it's the right path part 2

kirkleon 4 years ago
parent
commit
6c604ec357
1 changed files with 1 additions and 1 deletions
  1. 1 1
      server/Dockerfile

+ 1 - 1
server/Dockerfile

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