Update runtime ports and deployment defaults.
Switch backend/frontend to ports 8074/8075 and align Docker, CORS, frontend API base URL, and docs so deployment uses the new endpoints consistently.
This commit is contained in:
+2
-2
@@ -23,6 +23,6 @@ RUN mkdir -p /app/uploads && chown -R app:app /app/uploads
|
||||
|
||||
USER app
|
||||
|
||||
EXPOSE 8000
|
||||
EXPOSE 8074
|
||||
|
||||
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"]
|
||||
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8074"]
|
||||
|
||||
Reference in New Issue
Block a user