From 2540fbc759f4f56c72fd311194ee7d6d98c9dd97 Mon Sep 17 00:00:00 2001 From: Hunter XDD <85411336+Hunter-XDD@users.noreply.github.com> Date: Sat, 30 Oct 2021 09:58:00 +0530 Subject: [PATCH] Now okay --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 21f4a4b..003422c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ FROM nikolaik/python-nodejs:python3.9-nodejs17 -RUN apt update && apt upgrade -y -RUN apt install -y ffmpeg +RUN apt-get update && apt-get upgrade -y +RUN apt-get install ffmpeg -y COPY . /py WORKDIR /py RUN pip3 install -U pip RUN pip3 install -U -r requirements.txt -CMD ["python3", "main.py"] +CMD ["python3", "-m", "program"]