This commit is contained in:
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user