изменил Dockerfile

This commit is contained in:
Андрей Дувакин 2024-12-21 10:56:18 +05:00
parent cd5b237a90
commit 2f7d024fa2

View File

@ -12,4 +12,6 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY . .
CMD ["python", "main.py"]
WORKDIR /
CMD ["python", "app/main.py"]