2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-09-18 18:19:02 +00:00

fix assets mount (#880)

* fix: mount assets on workers

fix #844

* fix: add codespell allowed word ro
This commit is contained in:
Revant Nandgaonkar 2022-08-19 12:08:32 +05:30 committed by GitHub
parent 17d2baac1b
commit 76dce27cf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,9 @@ repos:
rev: v2.2.0
hooks:
- id: codespell
args:
- -L
- "ro"
- repo: local
hooks:

View File

@ -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: