frePPLe / frepple

frePPLe - open source supply chain planning

Home Page:https://frepple.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker container, djangosetting.py unmodified

ZOOUQinn opened this issue · comments

According docker-container.rst document, here is my dockerfile for building customized image:

FROM ghcr.io/frepple/frepple-community:latest
RUN echo "MYAPPSETTING=True" >> /etc/frepple/djangosettings.py

However, the setting didn't append to djangosettings.py configuration file.

Would you please check it?

Apart from a trivial typo which you already corrected in your example dockerfile (79ba839) this works as expected in my test.