FROM python:3.9 WORKDIR /app COPY . . RUN pip install flask requests CMD ["python", "subscriptions_service.py"] # Замените на нужный файл при сборке.