update readme and env

This commit is contained in:
qananasikq
2026-04-08 13:30:17 +03:00
parent 78b52b265f
commit 21bdf17f35
4 changed files with 103 additions and 18 deletions

View File

@@ -9,5 +9,7 @@ COPY requirements.txt ./
RUN pip install --no-cache-dir -r requirements.txt
COPY . .
RUN chmod +x entrypoint.sh
ENTRYPOINT ["./entrypoint.sh"]
CMD ["python", "main.py", "--help"]