CazC commited on
Commit
fadd6ae
·
1 Parent(s): 44f94e8

one expose

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -21,7 +21,6 @@ COPY --chown=user . $HOME/app
21
  COPY requirements.txt requirements.txt
22
 
23
  RUN pip install -r requirements.txt
24
- EXPOSE 8000
25
  EXPOSE 7860
26
 
27
  # Set the entrypoint for the container
 
21
  COPY requirements.txt requirements.txt
22
 
23
  RUN pip install -r requirements.txt
 
24
  EXPOSE 7860
25
 
26
  # Set the entrypoint for the container