Skip to content

Commit

Permalink
修复config文件问题
Browse files Browse the repository at this point in the history
  • Loading branch information
3377 committed Oct 25, 2024
1 parent e1f3a3b commit b04c5d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b04c5d8

Please sign in to comment.