mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-04-07 20:56:20 +00:00
temporary create config.py to make flask work
This commit is contained in:
parent
5d23c71bcb
commit
8e11686b7d
@ -19,7 +19,9 @@ COPY . .
|
|||||||
RUN pip3 install -r requirements.txt \
|
RUN pip3 install -r requirements.txt \
|
||||||
&& pip3 install psycopg2-binary \
|
&& pip3 install psycopg2-binary \
|
||||||
&& yarn install --pure-lockfile \
|
&& 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/
|
COPY ./docker/Production/entrypoint.sh /usr/local/bin/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user