feat: support both JSON and form-urlencoded body; change default port to 3333
This commit is contained in:
@@ -12,6 +12,6 @@ COPY app/ .
|
||||
|
||||
RUN mkdir -p /app/data /app/audio
|
||||
|
||||
EXPOSE 17200
|
||||
EXPOSE 3333
|
||||
|
||||
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "17200"]
|
||||
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "3333"]
|
||||
|
||||
Reference in New Issue
Block a user