fix:add 'helpers' folder to docker compose volumes (#1258)
This commit is contained in:
@@ -15,6 +15,7 @@ services:
|
|||||||
- "./static:/app/static"
|
- "./static:/app/static"
|
||||||
- "./store:/app/store"
|
- "./store:/app/store"
|
||||||
- "./components:/app/components"
|
- "./components:/app/components"
|
||||||
|
- "./helpers:/app/helpers"
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user