1
0
mirror of https://github.com/containous/traefik.git synced 2025-01-10 01:17:55 +03:00
traefik/Dockerfile

4 lines
57 B
Docker

FROM scratch
COPY dist/traefik /
ENTRYPOINT ["/traefik"]