new_docker

This commit is contained in:
ahmed531998 2023-04-20 18:09:04 +02:00
parent 30685252f0
commit 0af35a2616
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ COPY requirements_main.txt .
RUN pip install -r requirements_main.txt
RUN rm -fr /root/.cache/*
COPY . .
ENTRYPOINT ["python", "main.py"]