mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
Use erpnext in custom app tutorial
This commit is contained in:
parent
1c8f93796b
commit
3e33fdf647
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
|||
ARG FRAPPE_VERSION
|
||||
FROM frappe/frappe-worker:${FRAPPE_VERSION}
|
||||
FROM frappe/erpnext-worker:${FRAPPE_VERSION}
|
||||
|
||||
ARG APP_NAME
|
||||
COPY --chown=frappe . ../apps/${APP_NAME}
|
||||
|
||||
RUN echo "frappe\n${APP_NAME}" >/home/frappe/frappe-bench/sites/apps.txt \
|
||||
RUN echo "frappe\nerpnext\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