moahmedwafy commited on
Commit
f85325a
·
1 Parent(s): 5a6e6ac

update: dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -63,4 +63,4 @@ ENV FLASK_RUN_PORT=7860
63
  EXPOSE 7860
64
 
65
  # Run the application
66
- CMD ["flask", "run"]
 
63
  EXPOSE 7860
64
 
65
  # Run the application
66
+ CMD ["python3", "server.py"]