Skip to content

Commit

Permalink
autosign handlers importer
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiagiupponi committed Jul 31, 2024
1 parent 2b6ab29 commit b429cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM geonode/geonode-base:latest-ubuntu-22.04
RUN rm -rf /usr/src/geonode
RUN git clone https://github.com/GeoNode/geonode.git /usr/src/geonode
RUN cd /usr/src/geonode && git fetch --all && git checkout remote_resource_handler && cd -
RUN cd /usr/src/geonode && git fetch --all && git checkout master && cd -
RUN mkdir -p /usr/src/importer

RUN cd ..
Expand Down

0 comments on commit b429cc5

Please sign in to comment.