palondomus commited on
Commit
342b435
·
1 Parent(s): c3dcd65

No fly.io, only huggingface

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -26,5 +26,5 @@ WORKDIR $HOME/app
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
- #CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860","--reload"]
30
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8080","--reload"]
 
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
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860","--reload"]
30
+ #CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8080","--reload"]