mirror of
https://github.com/containous/traefik.git
synced 2025-03-14 00:58:23 +03:00
4 lines
57 B
Docker
4 lines
57 B
Docker
FROM scratch
|
|
COPY dist/traefik /
|
|
ENTRYPOINT ["/traefik"]
|