traefik/Dockerfile

5 lines
105 B
Docker

FROM scratch
COPY script/ca-certificates.crt /etc/ssl/certs/
COPY dist/traefik /
ENTRYPOINT ["/traefik"]