FROM python:3.10 # RUN chmod +x install_talib.sh # RUN pip install talib-binary RUN pip install -r requirements.txt CMD ["python", "-u", "app.py"]