dkdaniz commited on
Commit
d8240a2
1 Parent(s): 7ff2190

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -44,7 +44,7 @@ USER user
44
  WORKDIR $HOME/app
45
 
46
  # # Copy the current directory contents into the container at $HOME/app setting the owner to the user
47
- COPY --chown=user . .
48
 
49
 
50
  CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
 
44
  WORKDIR $HOME/app
45
 
46
  # # Copy the current directory contents into the container at $HOME/app setting the owner to the user
47
+ COPY --chown=user . $HOME/app
48
 
49
 
50
  CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]