trans / Dockerfile
liaowen's picture
Create Dockerfile
aa7f192 verified
raw
history blame
167 Bytes
FROM xxnuo/mtranserver:latest
# 复制模型文件到容器中
COPY ./models /app/models
# 暴露端口
EXPOSE 8989
# 设置环境变量
ENV CORE_API_TOKEN=88888888