[update]: Eligibility check request

This commit is contained in:
VivianDee
2025-03-31 10:52:26 +01:00
parent 68ad9e35a1
commit 917a42d7fc
12 changed files with 119 additions and 35 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ WORKDIR /app
COPY . /app
# Install dependencies
RUN pip install --no-cache-dir -r requirements.txt
RUN pip install --no-cache-dir -r requirements.txt --verbose
# Expose port 5000 for the Flask app
EXPOSE 5000