Skip to content

Commit

Permalink
Revert "Pull correct branch"
Browse files Browse the repository at this point in the history
This reverts commit c0dda63.
  • Loading branch information
stijndcl committed Apr 19, 2024
1 parent ecb1b0f commit 2f9d894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unipept-database/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f9d894

Please sign in to comment.