1
0
mirror of https://blitiri.com.ar/repos/chasquid synced 2026-01-23 20:05:55 +00:00
Files
go-chasquid-smtp/test/Dockerfile
Alberto Bertogli d0c7c3d40a tests: Reorder Dockerfile statements to allow caching
Docker creates intermediate layers on each command (for most commands),
but the COPY was invalidating them too early, every time it runs it was
generating a different layer.

This patch moves the COPY down to the bottom, and adds a bit more
organization to the commands below.
2018-11-30 10:03:48 +00:00

1.6 KiB