We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7abfbf5 commit 13f1620Copy full SHA for 13f1620
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.10
+FROM python:3.10-bookworm
2
3
WORKDIR /app
4
COPY . /app
@@ -18,3 +18,4 @@ HEALTHCHECK CMD curl --fail http://localhost:5000 || exit 1
18
19
CMD python ./index.py
20
21
+
0 commit comments