blackbirdchess-docker-dev/traefik/Dockerfile

11 lines
149 B
Docker
Raw Normal View History

2023-02-01 17:06:56 +01:00
FROM traefik:v2.2
LABEL maintainer="Luis Coutinho <luis@luiscoutinho.pt>"
WORKDIR /data
RUN touch acme.json
RUN chmod 600 acme.json
VOLUME /data