diff --git a/Dockerfile b/Dockerfile index 3aeb55a..25f5035 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,7 +39,7 @@ COPY --from=builder /build/templates/ ./templates/ COPY --from=builder /build/config.yaml.example ./config.yaml.example # gojieba 词典文件 -COPY --from=builder /root/go/pkg/mod/github.com/yanyiwu/gojieba@v1.3.0/dict/ /app/dict/ +COPY --from=builder /go/pkg/mod/github.com/yanyiwu/gojieba@v1.3.0/dict/ /app/dict/ # 数据目录 VOLUME ["/app/data"]