1
0
mirror of https://github.com/containous/traefik.git synced 2025-03-14 00:58:23 +03:00
traefik/Dockerfile

4 lines
57 B
Docker

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