Skip to content

Commit 0af0446

Browse files
committed
feat: Podman ready
1 parent 716966b commit 0af0446

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Containerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM quay.io/lib/python:3.13-alpine
1+
FROM python:3.13-alpine
22

33
WORKDIR /app
44

5-
COPY src/ /app/
5+
COPY src/ requirements.txt /app/
66
RUN pip install -r requirements.txt --no-cache-dir
77

88
RUN mkdir /data

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
flask==3.1.2
22
gunicorn==23.0.0
3-
jsonschema=4.25.1
3+
jsonschema==4.25.1

0 commit comments

Comments
 (0)