0ea80582d2
- Add a Makefile with common targets (binary, test, validate, ..) - Use docker to build it (isolated) And update circleci to work with the new Makefile.. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
3 lines
74 B
Docker
3 lines
74 B
Docker
FROM scratch
|
|
COPY dist/traefik_linux-386 /traefik
|
|
ENTRYPOINT ["/traefik"]
|