This website requires JavaScript.
Explore
Help
Sign in
baalajimaestro
/
traefik
Watch
1
Star
0
Fork
You've already forked traefik
0
Code
Issues
Pull requests
Projects
Releases
Packages
1
Wiki
Activity
Actions
f743cd8bff
traefik
/
Dockerfile
4 lines
74 B
Text
Raw
Normal View
History
Unescape
Escape
Dockerfile
2015-09-11 23:30:28 +00:00
FROM scratch
Update building stuff - 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>
2015-09-15 19:38:54 +00:00
COPY dist/traefik_linux-386 /traefik
ENTRYPOINT ["/traefik"]
Reference in a new issue
Copy permalink