Skip to content

Dependency Problems on "up web"

M. Matthias Elliott edited this page May 18, 2017 · 2 revisions

So currently when we switch between OS docker gets provisioned differently and causes some issues with mix.lock If yo run into a dependencies issue when trying to run up web, then runt he following

Run docker-compose down to bring docker down.

Then run docker-compose run setup mix deps.get to get the dependencies.

If necessary, run docker-compose run web mix ecto.migrate to do the migration. But it'll rebuilds mix.lock which makes for git headaches later.

You should be good to go now.

Clone this wiki locally