Files
2021-04-07 06:32:42 -04:00

11 lines
149 B
Docker

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