diff --git a/Dockerfile b/Dockerfile index 148a3e1..074983d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,8 +27,7 @@ COPY --from=builder /build/bot /app/bot RUN mkdir -p /app/config /app/data # 复制version文件到config目录 -COPY --from=builder /build/version /app/config/version -#COPY version /app/config/version +COPY version /app/config/version # 复制entrypoint脚本 COPY entrypoint.sh /app/entrypoint.sh