mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-09 14:50:58 +00:00
fix assets mount (#880)
* fix: mount assets on workers fix #844 * fix: add codespell allowed word ro
This commit is contained in:
parent
17d2baac1b
commit
76dce27cf2
@ -32,6 +32,9 @@ repos:
|
||||
rev: v2.2.0
|
||||
hooks:
|
||||
- id: codespell
|
||||
args:
|
||||
- -L
|
||||
- "ro"
|
||||
|
||||
- repo: local
|
||||
hooks:
|
||||
|
@ -8,6 +8,7 @@ x-backend-defaults: &backend_defaults
|
||||
image: frappe/frappe-worker:${FRAPPE_VERSION:?No Frappe version set}
|
||||
volumes:
|
||||
- sites:/home/frappe/frappe-bench/sites
|
||||
- assets:/home/frappe/frappe-bench/sites/assets
|
||||
|
||||
services:
|
||||
configurator:
|
||||
|
Loading…
Reference in New Issue
Block a user