File size: 146 Bytes
455bdd3
8b49c4d
c909b5a
 
455bdd3
1
2
3
4
5
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"]