diff --git a/Dockerfile b/Dockerfile index 73ddcb61..674fbc8a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,6 @@ COPY ./config.example.yaml ./config.yaml RUN chmod +x ./start.sh # 暴露端口 EXPOSE 8001 - # 启动命令 # CMD ["uvicorn", "web:app", "--host", "0.0.0.0", "--port", "8001"] # CMD ["python", "main.py"]