enemy7 commited on
Commit
b1017c0
·
1 Parent(s): 04e9717

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -46,4 +46,5 @@ COPY . /app
46
  # EXPOSE 7860
47
 
48
  # Start the SSH server when the container runs
49
- CMD ["python3","app.py"]
 
 
46
  # EXPOSE 7860
47
 
48
  # Start the SSH server when the container runs
49
+ # CMD ["python3","app.py"]
50
+ CMD ["flask" , "run" , "--host=0.0.0.0", "--port=7860" ]