Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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"]
|