mix conjure.docker.build (Conjure v0.1.1-alpha)
View SourceBuilds the Conjure Docker sandbox image.
Usage
mix conjure.docker.buildOptions
--tag, -t Image tag (default: conjure/sandbox:latest)
--no-cache Build without using cacheExamples
# Build with default tag
mix conjure.docker.build
# Build with custom tag
mix conjure.docker.build --tag myapp/sandbox:v1