frasan commited on
Commit
b28492c
1 Parent(s): bf92eb2
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -35,10 +35,10 @@ WORKDIR $HOME/app
35
  COPY --chown=user . $HOME/app
36
 
37
  # Expose the port number on which the Flask app will run
38
- EXPOSE 8080
39
 
40
  # Define environment variable
41
  ENV NAME World
42
 
43
  # Command to run on container start
44
- CMD [ "gunicorn", "-b", "0.0.0.0:8080", "librarymed.app_librarymed:app" ]
 
35
  COPY --chown=user . $HOME/app
36
 
37
  # Expose the port number on which the Flask app will run
38
+ EXPOSE 7860
39
 
40
  # Define environment variable
41
  ENV NAME World
42
 
43
  # Command to run on container start
44
+ CMD [ "gunicorn", "-b", "0.0.0.0:7860", "librarymed.app_librarymed:app" ]