File size: 235 Bytes
b9d839f
 
e134f26
b9d839f
 
e134f26
b9d839f
 
1
2
3
4
5
6
7
8
# 使用原镜像作为基础镜像
FROM ghcr.io/iidamie/deepseek2api:latest

# 将当前目录的 config.json 复制到镜像中的 /app/config.json
COPY config.json /app/config.json

# 声明容器运行时监听的端口
EXPOSE 5001