mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
Fix app name in custom app example
This commit is contained in:
parent
03af8ca392
commit
ffb00311e0
1 changed files with 1 additions and 1 deletions
|
|
@ -4,5 +4,5 @@ FROM frappe/frappe-worker:${FRAPPE_VERSION}
|
|||
ARG APP_NAME
|
||||
COPY --chown=frappe . ../apps/${APP_NAME}
|
||||
|
||||
RUN echo "frappe\ncomfort" >/home/frappe/frappe-bench/sites/apps.txt \
|
||||
RUN echo "frappe\n${APP_NAME}" >/home/frappe/frappe-bench/sites/apps.txt \
|
||||
&& ../env/bin/pip install --no-cache-dir -e ../apps/${APP_NAME}
|
||||
|
|
|
|||
Loading…
Reference in a new issue