Change panel port from 4000 to 20000
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 4000
|
||||
EXPOSE 20000
|
||||
|
||||
ENTRYPOINT ["/app/scripts/entrypoint.sh"]
|
||||
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "4000"]
|
||||
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "20000"]
|
||||
|
||||
Reference in New Issue
Block a user