修改端口

This commit is contained in:
dekun
2026-05-22 13:09:07 +08:00
parent af5c249cf8
commit 3f0f77d450
9 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -17,6 +17,6 @@ COPY . /app
RUN mkdir -p /app/data
EXPOSE 8000
EXPOSE 21450
CMD ["python", "run.py"]