From 1d2a812c19aa5d038984b944d53c48f06b59e2c2 Mon Sep 17 00:00:00 2001 From: stijndcl Date: Fri, 19 Apr 2024 13:36:40 +0200 Subject: [PATCH] Fix typo --- unipept-database/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unipept-database/Dockerfile b/unipept-database/Dockerfile index fb41af7..e5d2154 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 https://github.com/stijndcl/unipept-database && git checkout feature/postgres +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