Skip to content

Commit

Permalink
- Dockerfile: update pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed May 9, 2018
1 parent f74ab07 commit ac173fc
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
Expand Up @@ -2,7 +2,7 @@ FROM geonode/geonode:latest
MAINTAINER GeoNode development team

COPY requirements.txt /usr/src/app/
RUN pip install -r requirements.txt --no-deps
RUN pip install -r requirements.txt

EXPOSE 8000
CMD ["python", "manage.py", "runserver", "0.0.0.0:8000"]

0 comments on commit ac173fc

Please sign in to comment.