Change panel port from 8000 to 4000
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+2
-2
@@ -20,7 +20,7 @@ COPY scripts ./scripts
|
||||
|
||||
RUN sed -i 's/\r$//' /app/scripts/entrypoint.sh && chmod +x /app/scripts/entrypoint.sh
|
||||
|
||||
EXPOSE 8000
|
||||
EXPOSE 4000
|
||||
|
||||
ENTRYPOINT ["/app/scripts/entrypoint.sh"]
|
||||
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"]
|
||||
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "4000"]
|
||||
|
||||
Reference in New Issue
Block a user