mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
Add install-app script in final backend image (#729)
This commit is contained in:
parent
28a588b402
commit
1d5a0859a8
1 changed files with 2 additions and 2 deletions
|
|
@ -19,6 +19,8 @@ RUN pip install -U pip wheel \
|
||||||
&& python -m venv env \
|
&& python -m venv env \
|
||||||
&& env/bin/pip install -U pip wheel
|
&& env/bin/pip install -U pip wheel
|
||||||
|
|
||||||
|
COPY install-app.sh /usr/local/bin/install-app
|
||||||
|
|
||||||
|
|
||||||
FROM base as build_deps
|
FROM base as build_deps
|
||||||
|
|
||||||
|
|
@ -36,8 +38,6 @@ RUN apt-get update \
|
||||||
make \
|
make \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
COPY install-app.sh /usr/local/bin/install-app
|
|
||||||
|
|
||||||
|
|
||||||
FROM build_deps as frappe_builder
|
FROM build_deps as frappe_builder
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue