This commit is contained in:
Hunter XDD 2021-10-30 10:01:39 +05:30 committed by GitHub
parent 6926804106
commit c94de6bb4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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