2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-12-25 03:16:02 +00:00

Merge pull request #155 from frappe/develop

fix: erpnext-nginx image Dockerfile(s)
This commit is contained in:
Revant Nandgaonkar 2020-03-17 00:17:48 +05:30 committed by GitHub
commit 60fb663423
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ FROM frappe/frappe-nginx:v11
COPY --from=0 /home/frappe/frappe-bench/sites/ /var/www/html/ COPY --from=0 /home/frappe/frappe-bench/sites/ /var/www/html/
COPY --from=0 /rsync /rsync 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" ] VOLUME [ "/assets" ]

View File

@ -8,7 +8,7 @@ FROM frappe/frappe-nginx:v12
COPY --from=0 /home/frappe/frappe-bench/sites/ /var/www/html/ COPY --from=0 /home/frappe/frappe-bench/sites/ /var/www/html/
COPY --from=0 /rsync /rsync 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" ] VOLUME [ "/assets" ]