add and implement install_app for worker image

This commit is contained in:
chabad360
2020-03-04 02:52:36 +00:00
parent 97ec097870
commit 177ca58af6
7 changed files with 25 additions and 126 deletions

View File

@@ -36,6 +36,8 @@ COPY build/common/common_site_config.json.template /opt/frappe/common_site_confi
COPY build/common/worker/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
RUN ln -s /usr/local/bin/docker-entrypoint.sh / # backwards compat
COPY build/common/worker/install_app.sh /usr/local/bin/install_app
WORKDIR /home/frappe/frappe-bench/sites
ENTRYPOINT ["docker-entrypoint.sh"]