another minor fixes (delete EOF at the end)
This commit is contained in:
parent
c0b8a2ca43
commit
089dd01244
@ -18,4 +18,3 @@ RUN pip install --no-cache-dir -r /app/requirements.txt
|
|||||||
COPY main.py /app/main.py
|
COPY main.py /app/main.py
|
||||||
|
|
||||||
CMD ["python", "/app/main.py"]
|
CMD ["python", "/app/main.py"]
|
||||||
EOF
|
|
||||||
|
|||||||
@ -3,5 +3,4 @@ psycopg[binary]==3.2.3
|
|||||||
Pillow==10.4.0
|
Pillow==10.4.0
|
||||||
pytesseract==0.3.13
|
pytesseract==0.3.13
|
||||||
python-dateutil==2.9.0.post0
|
python-dateutil==2.9.0.post0
|
||||||
PyYAML==6.0.2
|
PyYAML==6.0.2
|
||||||
EOF
|
|
||||||
Loading…
x
Reference in New Issue
Block a user