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