Skip to content

Instantly share code, notes, and snippets.

@jonlunsford
Created January 7, 2019 05:57
Show Gist options
  • Save jonlunsford/02b8f61bb4b5ee2ef6dad62445249b3d to your computer and use it in GitHub Desktop.
Save jonlunsford/02b8f61bb4b5ee2ef6dad62445249b3d to your computer and use it in GitHub Desktop.
# ./lib/mix/tasks/docker.build.ex
defmodule Mix.Tasks.Docker.Build do
use Mix.Task
@shortdoc "Docker utilities for building releases"
def run(args) do
Mix.Task.run("docker", args)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment