mirror of
https://github.com/containous/traefik.git
synced 2025-01-10 01:17:55 +03:00
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>
4 lines
74 B
Docker
4 lines
74 B
Docker
FROM scratch
|
|
COPY dist/traefik_linux-386 /traefik
|
|
ENTRYPOINT ["/traefik"]
|