From 8e23a1aac346f31bf6507ca5ffe1fdb784366152 Mon Sep 17 00:00:00 2001 From: Lisa <106958298+LISA-KOREA@users.noreply.github.com> Date: Sun, 17 Mar 2024 12:53:57 +0530 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6f1fa91..8bfed33 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,4 +6,4 @@ RUN pip3 install --no-cache-dir -r requirements.txt RUN apt-get -y update RUN apt-get -y upgrade RUN apt-get install -y ffmpeg -CMD gunicorn app:app & python3 bot.py +CMD ["python3", "bot.py"]