frePPLe / frepple

frePPLe - open source supply chain planning

Home Page:https://frepple.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dockerfile: the HOST will not be changed!

yantanglife opened this issue · comments

VOLUME part in dockerfile:

VOLUME ["/var/log/frepple", "/etc/frepple", "/var/log/apache2", "/etc/apache2"]
RUN sed -i 's/"HOST": ""/"HOST": "frepple-postgres"/g' /etc/frepple/djangosettings.py

This makes djangosetting.py unmodified.

Note:If any build steps change the data within the volume after it has been declared, those changes will be discarded.

So the two instructions need to be exchanged in order.

Good catch... Will commit a fix shortly