tomato icon indicating copy to clipboard operation
tomato copied to clipboard

Remove Dockerfile.test

Open alileza opened this issue 6 years ago • 0 comments

for simplicity, rather than having multiple duplicated Dockerfile, merge both dockerfile into 1, and use docker build stage to separate test image & production image

for e. g:

FROM golang AS builder
FROM golang AS test
# copy test binary from builder
FROM golang AS tomato
# copy production binary from builder

alileza avatar Feb 20 '19 12:02 alileza