port
All checks were successful
Docker Deploy / build-and-deploy (push) Successful in 4m3s

This commit is contained in:
sam
2026-02-06 10:37:03 +00:00
parent 9d88dbc90f
commit a9774f41c9

View File

@@ -14,7 +14,7 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY . . COPY . .
# Expose the port Flask runs on (default is 5000) # Expose the port Flask runs on (default is 5000)
EXPOSE 5000 EXPOSE 5005
# Run the application using Gunicorn for production # Run the application using Gunicorn for production
# Replace 'app:app' with 'your_filename:app_variable_name' # Replace 'app:app' with 'your_filename:app_variable_name'