Packages

Mix task to create a docker image of your application release. More detailed information about release image packaging at: https://github.com/asaaki/elixir-docker-image-packager

Current section

Files

Jump to
edip lib mix tasks edip.image.ex
Raw

lib/mix/tasks/edip.image.ex

defmodule Mix.Tasks.Edip.Image do
use Mix.Task
def run(args), do: Edip.Runner.run(args)
end