another minor fixes (delete EOF at the end)

This commit is contained in:
dom 2026-02-06 12:53:20 +01:00
parent c0b8a2ca43
commit 089dd01244
2 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -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