[update]: docker compose file

This commit is contained in:
VivianDee
2025-03-31 11:36:23 +01:00
parent 917a42d7fc
commit 3160bc30b7
3 changed files with 6 additions and 32 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ WORKDIR /app
COPY . /app
# Install dependencies
RUN pip install --no-cache-dir -r requirements.txt --verbose
RUN pip install --no-cache-dir -r requirements.txt
# Expose port 5000 for the Flask app
EXPOSE 5000