Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -12,4 +12,4 @@ RUN pip uninstall pyjwt cryptography -y
|
|
12 |
RUN pip install pyjwt==2.10.1 cryptography==44.0.2
|
13 |
|
14 |
COPY --chown=user . /app
|
15 |
-
CMD ["uvicorn", "
|
|
|
12 |
RUN pip install pyjwt==2.10.1 cryptography==44.0.2
|
13 |
|
14 |
COPY --chown=user . /app
|
15 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|