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"]