zhtet commited on
Commit
faa8f19
1 Parent(s): 28f73a5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,4 +22,4 @@ WORKDIR $HOME/app
22
  # Set the working directory to the user's home directory
23
  COPY --chown=user . $HOME/app
24
 
25
- CMD [ "gunicorn" , "/docker/app.py" ]
 
22
  # Set the working directory to the user's home directory
23
  COPY --chown=user . $HOME/app
24
 
25
+ CMD [ "gunicorn" , "app:app" ]