diff --git a/build/erpnext-nginx/v11.Dockerfile b/build/erpnext-nginx/v11.Dockerfile index 7ad82a4e..be288a18 100644 --- a/build/erpnext-nginx/v11.Dockerfile +++ b/build/erpnext-nginx/v11.Dockerfile @@ -8,7 +8,7 @@ FROM frappe/frappe-nginx:v11 COPY --from=0 /home/frappe/frappe-bench/sites/ /var/www/html/ COPY --from=0 /rsync /rsync -RUN echo -n "\nerpnext" >> /home/frappe/frappe-bench/sites/apps.txt +RUN echo -n "\nerpnext" >> /var/www/html/apps.txt VOLUME [ "/assets" ] diff --git a/build/erpnext-nginx/v12.Dockerfile b/build/erpnext-nginx/v12.Dockerfile index f5f40853..90f02904 100644 --- a/build/erpnext-nginx/v12.Dockerfile +++ b/build/erpnext-nginx/v12.Dockerfile @@ -8,7 +8,7 @@ FROM frappe/frappe-nginx:v12 COPY --from=0 /home/frappe/frappe-bench/sites/ /var/www/html/ COPY --from=0 /rsync /rsync -RUN echo -n "\nerpnext" >> /home/frappe/frappe-bench/sites/apps.txt +RUN echo -n "\nerpnext" >> /var/www/html/apps.txt VOLUME [ "/assets" ]