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