From 2f9d8945b6dcd8dc544025c398f7ecc89d247fbc Mon Sep 17 00:00:00 2001 From: stijndcl Date: Fri, 19 Apr 2024 15:22:01 +0200 Subject: [PATCH] Revert "Pull correct branch" This reverts commit c0dda63e6974890d416491462c7cf9713d59c5a2. --- unipept-database/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unipept-database/Dockerfile b/unipept-database/Dockerfile index 9cc2b20..3808844 100755 --- a/unipept-database/Dockerfile +++ b/unipept-database/Dockerfile @@ -53,7 +53,7 @@ RUN apt update && \ # Configure curl to use the newly builded libcurl #RUN ldconfig -RUN git clone --depth 1 -b feature/postgres https://github.com/stijndcl/unipept-database +RUN git clone --depth 1 https://github.com/stijndcl/unipept-database && cd unipept-database && git checkout feature/postgres COPY "db_entrypoint.sh" "/docker-entrypoint-initdb.d/db_entrypoint.sh" # Sometimes, these files are copied over from Windows systems and need to be converted into Unix line endings to make