Skip to content
Snippets Groups Projects
Commit 9a1e88c0 authored by Laurens Oostwegel's avatar Laurens Oostwegel
Browse files

Merge branch 'feature/switch_to_main_branch' into 'master'

Update Dockerfile to stay on main branch instead of switching to a feature branch

See merge request dynamicexposure/rabotnik/containers/docker-rabotnik-tiles!2
parents 6302f99b 27db1a66
Branches master
No related tags found
1 merge request!2Update Dockerfile to stay on main branch instead of switching to a feature branch
......@@ -32,8 +32,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
ARG CACHEBUST=1
# Get rabotnik code
RUN cd /srv && git clone https://git.gfz-potsdam.de/dynamicexposure/openbuildingmap/rabotnik-tiles.git rabotnik-instance && \
cd rabotnik-instance && git checkout feature/fix_tests
RUN cd /srv && git clone https://git.gfz-potsdam.de/dynamicexposure/openbuildingmap/rabotnik-tiles.git rabotnik-instance
WORKDIR /srv/rabotnik-instance
# Install rabotnik with its dependencies
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment