mix_docker v0.5.0 Mix.Tasks.Docker.Release

Build minimal, self-contained docker image Any arguments and options will be passed directly to docker build command.

Examples

# Build minimal container
mix docker.release

# Skip cache
mix docker.release --no-cache

Summary

Functions

run(args)

See MixDocker.release/1.