Spaces:
Running
Running
main:app
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -10,4 +10,4 @@ COPY . .
|
|
10 |
|
11 |
#RUN chmod -R a+w /code/archivos
|
12 |
|
13 |
-
CMD ["uvicorn", "
|
|
|
10 |
|
11 |
#RUN chmod -R a+w /code/archivos
|
12 |
|
13 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|