axiomzen / zest

Tests with a twist
2 stars 0 forks source link

Allow specification of Dockerfile location #7

Closed AndrewBurian closed 8 years ago

AndrewBurian commented 8 years ago

The location of the Zestfile will always be the root of the build context sent to docker, but allow overriding the Dockerfile location itself (equivalent to docker build -f)

chrisaxiom commented 8 years ago

I'm going to do this now, I need it for timeline - for me I just need to point to say Dockerfile.zest instead of the regular Dockerfile (which will be used for running/testing locally for now, until zest supports integration tests, etc.) Was that a similar use case you had in mind @AndrewBurian ?