fix: use initdb of real git repo

This commit is contained in:
2025-05-29 02:10:23 +02:00
parent b2e758d0d1
commit 5cb77f24f8
3 changed files with 0 additions and 63 deletions

View File

@ -27,6 +27,5 @@ COPY ./build.sh .
RUN ./build.sh
COPY ./docker-run.sh .
COPY ./initdb.sh .
ENTRYPOINT ["sh", "/app/docker-run.sh"]