From c94de6bb4f641585fabd032e3baa8ee7c58d36f5 Mon Sep 17 00:00:00 2001 From: Hunter XDD <85411336+Hunter-XDD@users.noreply.github.com> Date: Sat, 30 Oct 2021 10:01:39 +0530 Subject: [PATCH] Umm --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f6cd024..7a0760f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,4 +5,4 @@ COPY . /py WORKDIR /py RUN pip3 install -U pip RUN pip3 install -U -r requirements.txt -CMD ["python3", "-m", "program"] +CMD ["python3", "main.py"]