build: update port on docker
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -27,4 +27,4 @@ USER appuser
|
|
27 |
EXPOSE 8000
|
28 |
|
29 |
# Command to run the application
|
30 |
-
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "
|
|
|
27 |
EXPOSE 8000
|
28 |
|
29 |
# Command to run the application
|
30 |
+
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
|