Browse Source

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

Ldoppea 4 years ago
parent
commit
8cc5c62665
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docker-compose.yml

+ 1 - 0
docker-compose.yml

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