fix:add 'helpers' folder to docker compose volumes (#1258)

This commit is contained in:
Ldoppea
2020-10-10 13:22:02 +02:00
committed by GitHub
parent 82c874afb5
commit 8cc5c62665

View File

@@ -15,6 +15,7 @@ services:
- "./static:/app/static"
- "./store:/app/store"
- "./components:/app/components"
- "./helpers:/app/helpers"
ports:
- "3000:3000"
environment: