Skip to content

Commit

Permalink
Modify Dockerfile build script
Browse files Browse the repository at this point in the history
  • Loading branch information
lucernae committed Jul 4, 2018
1 parent 3ee9a88 commit 27add96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM geonode/geonode:latest
ARG GEONODE_BASE_IMAGE=geonode/geonode:latest
FROM ${GEONODE_BASE_IMAGE}
MAINTAINER GeoNode development team

COPY requirements.txt /usr/src/app/
Expand Down

0 comments on commit 27add96

Please sign in to comment.