diff --git a/backend/Dockerfile.postgres b/backend/Dockerfile.postgres index a101363..c8286d8 100644 --- a/backend/Dockerfile.postgres +++ b/backend/Dockerfile.postgres @@ -56,7 +56,7 @@ RUN set -eux; \ ENV CPATH=/usr/local/include RUN set -eux; \ cd /tmp; \ - git clone --depth 1 https://github.com/zhparser/zhparser.git; \ + git clone --depth 1 https://github.com/amutu/zhparser.git; \ cd zhparser; \ make -j$(nproc); \ make install; \