Skip to content

Commit

Permalink
Fix dockerfile not installing gwml2 (#714)
Browse files Browse the repository at this point in the history
  • Loading branch information
meomancer authored Jul 31, 2024
1 parent 8e2ed91 commit fb84ba2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deployment/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ services:
<<: *default-common-django
entrypoint: [ "/entrypoint.sh" ]
command: 'uwsgi --ini /uwsgi.conf'
volumes:
- ./volumes/statics:/home/web/statics:rw
ports:
- "3000:8080"

Expand Down
1 change: 1 addition & 0 deletions deployment/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ WORKDIR /

RUN rm -r /usr/src/geonode
RUN git clone --branch 4.1.1.igrac --single-branch https://github.com/kartoza/geonode.git geonode
RUN git clone https://github.com/kartoza/IGRAC-WellAndMonitoringDatabase.git /home/web/django_project/gwml2

WORKDIR /geonode

Expand Down

0 comments on commit fb84ba2

Please sign in to comment.