ci: fix erpnext build

This commit is contained in:
Revant Nandgaonkar
2021-11-19 20:41:23 +05:30
parent abe6d670c4
commit 593dfe444a
2 changed files with 6 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ RUN chmod +x /install_app \
FROM ${DOCKER_REGISTRY_PREFIX}/frappe-nginx:${IMAGE_TAG}
COPY --from=builder /home/frappe/frappe-bench/sites/ /var/www/html/
COPY --from=builder --chown=1000:1000 /home/frappe/frappe-bench/sites/ /var/www/html/
COPY --from=builder /rsync /rsync
RUN echo "erpnext" >> /var/www/html/apps.txt