Skip to content

Commit

Permalink
Pull correct branch
Browse files Browse the repository at this point in the history
  • Loading branch information
stijndcl committed Apr 19, 2024
1 parent 1d2a812 commit c0dda63
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 https://github.com/stijndcl/unipept-database && cd unipept-database && git checkout feature/postgres
RUN git clone --depth 1 -b feature/postgres https://github.com/stijndcl/unipept-database
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 c0dda63

Please sign in to comment.