Skip to content

Commit

Permalink
Updated Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
shehbaz-pathan authored Dec 17, 2024
1 parent 924a5c9 commit 2160aef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/system-health-check/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM python:3.12.4-alpine
RUN apk update && apk upgrade --no-cache
COPY requirements.txt .
RUN pip install -r requirements.txt
COPY . .
ENTRYPOINT ["python", "health_check.py"]
ENTRYPOINT ["python", "health_check.py"]

0 comments on commit 2160aef

Please sign in to comment.