userlele commited on
Commit
75b8ec6
·
verified ·
1 Parent(s): 44326e1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -25,6 +25,7 @@ WORKDIR $HOME/app
25
 
26
  # # Copy the current directory contents into the container at $HOME/app setting the owner to the user
27
  COPY --chown=user . $HOME/app
 
28
 
29
  ## Start the FASTAPI App on port 7860
30
  CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
 
25
 
26
  # # Copy the current directory contents into the container at $HOME/app setting the owner to the user
27
  COPY --chown=user . $HOME/app
28
+ EXPOSE 7860
29
 
30
  ## Start the FASTAPI App on port 7860
31
  CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]