temporary create config.py to make flask work

This commit is contained in:
James Swineson 2019-07-12 20:15:45 +08:00
parent 5d23c71bcb
commit 8e11686b7d

View file

@ -19,7 +19,9 @@ COPY . .
RUN pip3 install -r requirements.txt \
&& pip3 install psycopg2-binary \
&& yarn install --pure-lockfile \
&& flask assets build
&& cp config_template.py config.py \
&& flask assets build \
&& rm config.py
COPY ./docker/Production/entrypoint.sh /usr/local/bin/