mirror of
https://github.com/containous/traefik.git
synced 2024-12-22 13:34:03 +03:00
3 lines
43 B
Docker
3 lines
43 B
Docker
|
FROM scratch
|
||
|
ADD traefik /
|
||
|
CMD ["/traefik"]
|