added loan_repayment_schedule

This commit is contained in:
Chinenye Nmoh
2025-11-20 14:18:47 +01:00
parent e5d9310563
commit ee87614f6e
6 changed files with 12 additions and 29 deletions
+2 -2
View File
@@ -17,6 +17,6 @@ EXPOSE 5000
ENV FLASK_APP=app.py
ENV FLASK_RUN_HOST=0.0.0.0
RUN chmod +x scripts/entrypoint.sh
RUN chmod +x scripts/entry.sh
ENTRYPOINT ["scripts/entrypoint.sh"]
ENTRYPOINT ["scripts/entry.sh"]