Skip to content

Ability to specify Dockerfile (--file) #292

@gvangool

Description

@gvangool

Is it possible to add the ability to specify Dockerfile (the --file option on the cli)?

Currently I build with a Makefile, but since we're moving to production we want to switch to automated builds:

build-httpd:
        docker build -t gvangool/repo:httpd -f _build/Dockerfile_httpd .

build-fax:
        docker build -t gvangool/repo:fax -f _build/Dockerfile_fax .

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions