Spaces:
Sleeping
Sleeping
Commit
·
83d67ca
1
Parent(s):
df9fc74
change the port ot 8000 same as main.py. copy fils to app dir
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -23,7 +23,7 @@ COPY --chown=user ./app /app
|
|
23 |
RUN ls -l /app
|
24 |
|
25 |
# Specify the command to run when the container starts
|
26 |
-
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "
|
27 |
# Pass the secret variable to the application
|
28 |
|
29 |
RUN --mount=type=secret,id=HF_TOKEN,mode=0444,required=true
|
|
|
23 |
RUN ls -l /app
|
24 |
|
25 |
# Specify the command to run when the container starts
|
26 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
|
27 |
# Pass the secret variable to the application
|
28 |
|
29 |
RUN --mount=type=secret,id=HF_TOKEN,mode=0444,required=true
|