mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
fix: removed sites/assets volume from custom & production Containerfile too
This commit is contained in:
parent
0cddb6f35b
commit
63f5169610
2 changed files with 0 additions and 2 deletions
|
|
@ -144,7 +144,6 @@ WORKDIR /home/frappe/frappe-bench
|
||||||
|
|
||||||
VOLUME [ \
|
VOLUME [ \
|
||||||
"/home/frappe/frappe-bench/sites", \
|
"/home/frappe/frappe-bench/sites", \
|
||||||
"/home/frappe/frappe-bench/sites/assets", \
|
|
||||||
"/home/frappe/frappe-bench/logs" \
|
"/home/frappe/frappe-bench/logs" \
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -137,7 +137,6 @@ WORKDIR /home/frappe/frappe-bench
|
||||||
|
|
||||||
VOLUME [ \
|
VOLUME [ \
|
||||||
"/home/frappe/frappe-bench/sites", \
|
"/home/frappe/frappe-bench/sites", \
|
||||||
"/home/frappe/frappe-bench/sites/assets", \
|
|
||||||
"/home/frappe/frappe-bench/logs" \
|
"/home/frappe/frappe-bench/logs" \
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue