Fangrui Liu commited on
Commit
8fe2f31
1 Parent(s): 7ff4c41

change the correct port

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -24,4 +24,4 @@ WORKDIR $HOME/app
24
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
25
  COPY --chown=user . $HOME/app
26
 
27
- CMD ["python3" "-m" "flask" "run" "-p" "7890" "-h" "0.0.0.0"]
 
24
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
25
  COPY --chown=user . $HOME/app
26
 
27
+ CMD ["python3" "-m" "flask" "run" "-p" "7860" "-h" "0.0.0.0"]