Skip to content

Instantly share code, notes, and snippets.

@koga1020
Created April 18, 2019 13:00
Show Gist options
  • Save koga1020/82f1eb959ac8427a0a589feeef67657c to your computer and use it in GitHub Desktop.
Save koga1020/82f1eb959ac8427a0a589feeef67657c to your computer and use it in GitHub Desktop.
Makefile for elixir project
fm:
mix format
exec:
docker-compose exec app /bin/bash
setup:
docker-compose exec app mix ecto.setup
get:
docker-compose exec app mix deps.get
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment