mirror of
https://github.com/containous/traefik.git
synced 2024-12-23 17:34:13 +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"]
|