fix: erpnext image build errors
This commit is contained in:
@@ -6,6 +6,7 @@ COPY build/erpnext-nginx/install_app.sh /install_app
|
||||
ARG GIT_BRANCH=develop
|
||||
RUN /install_app erpnext https://github.com/frappe/erpnext ${GIT_BRANCH}
|
||||
|
||||
ARG GIT_BRANCH=develop
|
||||
FROM frappe/frappe-nginx:${GIT_BRANCH}
|
||||
|
||||
COPY --from=0 /home/frappe/frappe-bench/sites/ /var/www/html/
|
||||
|
||||
Reference in New Issue
Block a user