This commit is contained in:
Kar
2025-06-15 22:43:58 +05:30
parent 6612d7ebd4
commit 0f5c41259b
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ RUN pip3 install flask flask-cors
COPY app.py .
# Expose port
EXPOSE 5000
EXPOSE 4002
# Run the server
CMD ["python3", "app.py"]