Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -18,4 +18,4 @@ EXPOSE 7860
|
|
| 18 |
COPY app ./app
|
| 19 |
|
| 20 |
# Run the application
|
| 21 |
-
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
|
| 18 |
COPY app ./app
|
| 19 |
|
| 20 |
# Run the application
|
| 21 |
+
#CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
|