Skip to content

Commit a608473

Browse files
authored
Update Dockerfile
1 parent 3b0fd6d commit a608473

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ EXPOSE 5000
2424
RUN ls -la /app
2525

2626
# Debug: Print FLASK_APP variable
27-
RUN echo $FLASK_APP
27+
RUN echo $FLASK_APP
2828

29-
# Run the Flask app using Gunicorn
30-
CMD ["gunicorn", "--bind", "0.0.0.0:5000", "app:app"]
29+
# Run the Flask app
30+
CMD ["flask", "run", "--host=0.0.0.0", "--port=5000"]

0 commit comments

Comments
 (0)