platform-coop-toolkit / coop-map-directory-index

The Map/Directory/Index component of the Platform Cooperative Development Kit.
https://directory.platform.coop
BSD 3-Clause "New" or "Revised" License
1 stars 3 forks source link

feat: pass map style paths through env vars to docker #154

Closed gtirloni closed 4 years ago

gtirloni commented 4 years ago

Description

Fixes #153

Steps to test

  1. source deploy.dev
  2. docker-compose up --force-recreate
  3. docker-compose run app python manage.py migrate

Expected behavior:

Maps env vars are correctly passed to npm run build during the Docker image build time.