schickmacher/compose/production/traefik/Dockerfile

6 lines
191 B
Docker
Raw Normal View History

2019-09-05 08:37:43 +00:00
FROM traefik:alpine
RUN mkdir -p /etc/traefik/acme
RUN touch /etc/traefik/acme/acme.json
RUN chmod 600 /etc/traefik/acme/acme.json
COPY ./compose/production/traefik/traefik.toml /etc/traefik