This commit is contained in:
levina 2021-11-14 19:12:34 +07:00 committed by GitHub
parent 1cca99998b
commit 3b2d6f4443
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,4 +6,5 @@ RUN apt-get update \
COPY . /app
WORKDIR /app
RUN pip3 install --no-cache-dir --upgrade --requirement requirements.txt
CMD ["python3", "main.py"]