From 089dd01244229c9eefb1e82828f1d06e77ca23c2 Mon Sep 17 00:00:00 2001 From: dom Date: Fri, 6 Feb 2026 12:53:20 +0100 Subject: [PATCH] another minor fixes (delete EOF at the end) --- Dockerfile | 1 - requirements.txt | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2edd7f3..55d48b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,4 +18,3 @@ RUN pip install --no-cache-dir -r /app/requirements.txt COPY main.py /app/main.py CMD ["python", "/app/main.py"] -EOF diff --git a/requirements.txt b/requirements.txt index fcdfe4e..289832f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,4 @@ psycopg[binary]==3.2.3 Pillow==10.4.0 pytesseract==0.3.13 python-dateutil==2.9.0.post0 -PyYAML==6.0.2 -EOF +PyYAML==6.0.2 \ No newline at end of file