Fix -v in docker run

Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
This commit is contained in:
2025-08-24 21:55:40 +07:00
parent 6ca8e66b70
commit 18639f2512
2 changed files with 3 additions and 3 deletions

View File

@@ -17,4 +17,4 @@ COPY files/main.py main.py
RUN pip install --no-cache-dir -r requirements.txt
CMD ["python", "./main.py"]
CMD ["python", "main.py"]