FROM xxnuo/mtranserver:latest # 复制模型文件到容器中 COPY ./models /app/models # 暴露端口 EXPOSE 8989 # 设置环境变量 ENV CORE_API_TOKEN=88888888