Dockerfile 149 B

1234567891011
  1. FROM traefik:v2.2
  2. LABEL maintainer="Luis Coutinho <luis@luiscoutinho.pt>"
  3. WORKDIR /data
  4. RUN touch acme.json
  5. RUN chmod 600 acme.json
  6. VOLUME /data