fix:add 'helpers' folder to docker compose volumes (#1258)
This commit is contained in:
parent
82c874afb5
commit
8cc5c62665
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ services:
|
|||
- "./static:/app/static"
|
||||
- "./store:/app/store"
|
||||
- "./components:/app/components"
|
||||
- "./helpers:/app/helpers"
|
||||
ports:
|
||||
- "3000:3000"
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Reference in a new issue