mirror of
https://github.com/containous/traefik.git
synced 2025-01-14 19:24:23 +03:00
5 lines
105 B
Docker
5 lines
105 B
Docker
FROM scratch
|
|
COPY script/ca-certificates.crt /etc/ssl/certs/
|
|
COPY dist/traefik /
|
|
ENTRYPOINT ["/traefik"]
|