Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lzcapp committed Jun 17, 2024
1 parent 3fb5b87 commit 9fe6151
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY . .

CMD [ "python", "./app.py" ]

HEALTHCHECK CMD curl --fail http://localhost:5000/ || exit 1

0 comments on commit 9fe6151

Please sign in to comment.