Fix app name in custom app example
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user