Skip to content

v1.3.0

Compare
Choose a tag to compare
@ColinChartier ColinChartier released this 18 Jul 02:06
· 67 commits to master since this release

Allow building named dockerfiles for, i.e., tests in the same folder as the main service

Consider the following file structure:

services:
  web:
    Dockerfile
    tests.Dockerfile

This structure would produce two images: one called web and one called web-tests