palondomus commited on
Commit
061feda
·
1 Parent(s): 1fee350

Remove CaesarSQLDB Folder

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -32,7 +32,7 @@ WORKDIR $HOME/app
32
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
33
  COPY --chown=user . $HOME/app
34
 
35
- # Local
36
- #CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860","--reload"]
37
  # Fly.io
38
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8080","--reload"]
 
32
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
33
  COPY --chown=user . $HOME/app
34
 
35
+ # Local,Huggingface
36
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860","--reload"]
37
  # Fly.io
38
+ #CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8080","--reload"]