dkdaniz commited on
Commit
c68603a
1 Parent(s): 7bdad41

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -45,4 +45,6 @@ WORKDIR $HOME/app
45
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
46
  COPY --chown=user . $HOME/app
47
 
48
- CMD ["python", "app.py"]
 
 
 
45
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
46
  COPY --chown=user . $HOME/app
47
 
48
+ # CMD ["python", "app.py"]
49
+
50
+ CMD [ "python", "-m" , "flask", "run", "--host=0.0.0.0"]