Skip to content

Commit

Permalink
Add comment on why we check out via Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ridoo committed Jun 14, 2024
1 parent 5a5371e commit 1cfe109
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/geonode/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ ARG BASE_IMAGE_VERSION
FROM geonode/geonode:${BASE_IMAGE_VERSION}

# we override geonode from base image here
# FIXME a submodule fails to build (error -> cannot replace directory .git to file)
RUN git remote add usergroup https://github.com/GeoNodeUserGroup-DE/geonode.git \
&& git fetch usergroup \
&& git stash save \
Expand Down

0 comments on commit 1cfe109

Please sign in to comment.