CMD was fixed
BOT_open_sesam/pipeline/head This commit looks good Details

devel
dl 2025-05-07 16:16:25 +05:00
parent 38a911e4da
commit 8a93e955fa
1 changed files with 1 additions and 1 deletions

View File

@ -7,4 +7,4 @@ RUN pip install --upgrade pip && pip install -r requirements.txt
COPY . .
CMD ["python3, main.py"]
CMD ["python", "main.py"]