services/templates/traefik/Dockerfile.gotmpl

10 lines
168 B
Docker
Raw Normal View History

FROM traefik:{{ .Traefik.Version }}
2022-11-18 15:08:16 +00:00
ADD traefik.yaml /flow/traefik/
ADD entrypoint.sh /
RUN chmod +x /entrypoint.sh
CMD ["--configfile=/flow/traefik/traefik.yaml"]