We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 716966b commit 0af0446Copy full SHA for 0af0446
Containerfile
@@ -1,8 +1,8 @@
1
-FROM quay.io/lib/python:3.13-alpine
+FROM python:3.13-alpine
2
3
WORKDIR /app
4
5
-COPY src/ /app/
+COPY src/ requirements.txt /app/
6
RUN pip install -r requirements.txt --no-cache-dir
7
8
RUN mkdir /data
requirements.txt
@@ -1,3 +1,3 @@
flask==3.1.2
gunicorn==23.0.0
-jsonschema=4.25.1
+jsonschema==4.25.1
0 commit comments